Help for this page

Select Code to Download


  1. or download this
    $name{$hashkey}++;
    
  2. or download this
    print "$_  $name{$_}\n" for keys %name;
    
  3. or download this
    if ($line =~ /(\S+)/) {
       $name{$1}++;
    }