Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print name_search 'John Smith', \@criteria;
    print "\n";
    
  2. or download this
    while(<$data>) {
      chomp;
    ...
      print OUT1 join( "\t", $found_tag, @line[0..13] )."\n" if $found_tag
    +;
    }
    close $data;