Help for this page

Select Code to Download


  1. or download this
    while (<$fh>) {
        if ( (m/^alpha$/ .. eof($fh) ) > 1) {
            # everything between alpha and end of file
        }
    }