Help for this page
while ( <FILE> ) { print if ( /^(1|3|4)/ ); }
while ( <FILE> ) { if ( /^(1|3|4) perlmonks\(([^\)])\)/ ) { print "$2\n"; } }