SYNOPSIS
    genpass [-l | --length LENGTH] [-n | --no-special] [-r | --repeat
    NUMBER]

        -l | --length               password length
        -n | --no-special   do NOT include special characters: '!','@','#','$','%','^','&','*','(',')' 
        -r | --repeat NUMBER        NUMBER of passwords to output
        -h | --help         print a small usage line

DESCRIPTION
    There are many jobs in which you just need to create a fast and secure
    password. Sometimes you need one without special characters and
    sometimes you need to have a minimum length as well. This script makes
    it possible, quickly and easily.

BUGS
    None that I know of. Please report if and when you find any.

SUPPORT
    If you have any problems or questions, contact me using the details
    below.

AUTHOR
        Sawyer X
        CPAN ID: XSAWYERX
        xsawyerx@cpan.org

COPYRIGHT
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    The full text of the license can be found in the LICENSE file included
    with this module.

SEE ALSO
    perl(1).

