Help for this page

Select Code to Download


  1. or download this
    use Socket;
    
    ...
    
    print "Unique items:\n";
    print "$hash{$_}\n" for keys %hash;