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.

A Word on Moral
    Our lives depend on the decisions of others in the world, and so, other
    lives depend on our decisions. When we decide to consume animals, we
    dedicate the death of others, and it is something to consider giving up.
    Please review http://www.meatstinks.com and http://www.milksucks.com .
    Thank you.

SEE ALSO
    perl(1).

