in reply to Re: Words without a Dictionary
in thread Words without a Dictionary

Hi, can you show me how i would use Crypt::GeneratePassword? Also, if it is a module that needs to be installed, then my ISP will not allow me to do this :(

Replies are listed 'Best First'.
Re: Re: Re: Words without a Dictionary
by simonm (Vicar) on Jul 22, 2003 at 18:44 UTC

    can you show me how i would use Crypt::GeneratePassword?

    See the documentation on CPAN for examples.

    Also, if it is a module that needs to be installed, then my ISP will not allow me to do this

    The module appears to be pure Perl, so you can simply copy the .pm files to your script or library directory, or you can include the text of the .pm files into your scripts as long as you preserve the "package" declarations.