Help for this page

Select Code to Download


  1. or download this
    my %foos;
    while (<>) {
    ...
    
    print("$foos{$_}\t$_\n")
       for sort { $a <=> $b } keys %foos;