Name : perl-String-Random
| |
Version : 0.220.0
| Vendor : Mandriva
|
Release : 1mdv2010.0
| Date : 2009-08-01 09:42:43
|
Group : Development/Perl
| Source RPM : perl-String-Random-0.220.0-1mdv2010.0.src.rpm
|
Size : 0.02 MB
| |
Packager : Jérôme Quelin < jquelin_mandriva_org>
| |
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/devel/cooker/i586/media/contrib/release |