Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    close LOG;
    close OUT;
    
  2. or download this
    /\"_(.*)\"/ && print OUT "$1\n" while ( <LOG> );