Skip to content

silug/String-Random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String::Random is used to generate random strings.  It was written to
make generating random passwords and such a little easier.  See the
documentation in pod format in the module for more information.

String::Random now requires Module::Build to build and install.
To install the module, simply do the following:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

This module requires Perl5.  Any version newer than 5.6.0 should work,
but it has only been tested on recent versions.  Version 0.20 and
earlier of this module should work with any Perl5 release.  You can
find older releases on backpan:

    http://backpan.cpan.org/authors/id/S/ST/STEVE/

                ******  PLEASE NOTE  ******

This module is still somewhat experimental.  I'm trying to determine
exactly what the feature set of the module should be.  Please send
suggestions, bug reports, comments, etc. to the author, Steven
Pritchard <steve@silug.org>.

Copyright (C) 1999-2006 Steven Pritchard <steve@silug.org>
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

About

Perl String::Random module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages