Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    ++$hash{ $_ } while <>;
    
  2. or download this
    $hash{ $_ } == @ARGV and print for keys %hash;