Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    for (keys %hash){print "$_ " if($hash{$_}>1)};
    #########################
    print "\n";
    
  2. or download this
    $ perl tmp.pl
    non-unique words:
    is, this,
    $