Help for this page

Select Code to Download


  1. or download this
    # Find lines starting with "_ and ending with ", and containing option
    +al
    # leading or trailing whitespace.
    #
    my $MAL = '^\s*"_.*"\s*$';
    
  2. or download this
    use strict;
    use warnings;
    ...
        print OUT2 $_;
      }
    }