Help for this page

Select Code to Download


  1. or download this
    my %already_seen;
    while (<>) {
         my @temp = split /\s\, $_;
    ...
              print $output2 $_;
         }
    }
    
  2. or download this
    $key = join " ", (split / /, $_) [1,2];