Help for this page

Select Code to Download


  1. or download this
    ([cross-referencereferencecross]{5,15})
    
  2. or download this
    while (my $line = <INFILE>) {
        chomp($line);
        print $dict{$line} || $line, "\n";
    }