Help for this page

Select Code to Download


  1. or download this
    @ARGV == 1 or die "Usage: ...";
    my $inFile = $ARGV[0];
    ...
    foreach $key (keys %freq) {
      print "$freq{$key} $key\n";
    }