Help for this page

Select Code to Download


  1. or download this
    my %match = (
       'pattern_one' => 1,
    ...
       $ct++;
    }
    close(F);
    
  2. or download this
    my %match = (
       'pattern_one' => [\&sub_one, $results_one],
    ...
    
    } # END while <F>
    close(F);