Help for this page

Select Code to Download


  1. or download this
        my $regex = join '|', @latin_am;
        while (<>) {
            print $1 if /$regex/;
        }
    
  2. or download this
        % foo.pl file