Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # if an argument is given, parse it as the dictionary. if not,
    # generate a password.
    print @ARGV ? parsedict : genpass;