Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    foreach (keys %all_of_it) { print "$all_of_it{$_}[0][0]\n";}
    
  2. or download this
    foreach (@lines) {
        chop;
    ...
    }
    foreach (keys %all_of_it) { print "$key,$all_of_it{$_}[0]\n";}