Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    print "$_ => $count{$_}\n" for sort keys %count;
    
  2. or download this
    Bob => 2
    Dave => 1
    Tom => 4