Help for this page

Select Code to Download


  1. or download this
    while(<DATA>)        
        {
    ...
    
    
    print "$_->[0]\t$_->[1]\n" for sort {$a->[0] <=> $b->[0]} values %cpy;
    
  2. or download this
    output:
    30      microsoft
    35      mozilla
    40      opera
    70      aol
    76      netscape