Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my %hash;
    $hash{ (split)[0] } //= $_ while <$fh>;
    print values %hash;
    
  2. or download this
    nick 5
    erik 9
    john 78