Help for this page

Select Code to Download


  1. or download this
    $ wc -l /usr/share/dict/words
    234937 /usr/share/dict/words
    ...
    81536 /tmp/2of12inf.txt
    $ ./1056884.pl /tmp/2of12inf.txt 
    337: a e i n p r s t
    
  2. or download this
    #!/usr/bin/perl -w
    # Author: Dean Serenevy  2013
    ...
        print $OPT{version} ? "$exe version $VERSION\n" : USAGE($exe);
        exit $status;
    }