Name : perl-String-Random
| |
Version : 0.22
| Vendor : Mandriva
|
Release : 2mdv2009.0
| Date : 2008-08-08 20:13:03
|
Group : Development/Perl
| Source RPM : perl-String-Random-0.22-2mdv2009.0.src.rpm
|
Size : 0.02 MB
| |
Packager : Thierry Vignaud < tvignaud_mandriva_com>
| |
Summary : Perl module to generate random strings based
|
Description :
This module makes it trivial to generate random strings.
As an example, let\'s say you are writing a script that needs to generate a random password for a user. The relevant code might look something like this:
use String::Random; $pass = new String::Random; print \"Your password is \", $pass->randpattern(\"CCcc!ccn\"), \"\ \";
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2009.1/i586/media/contrib/release |