Help for this page

Select Code to Download


  1. or download this
    @string = <IN1>;
    chomp @string;
    ...
    foreach my $s (keys %result) {
            print "$s => $result{$s}\n";
            }
    
  2. or download this
    @string = <IN1>;
    chomp @string;
    ...
         print "$string => $result\n";
         }