Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 0df7a2784d5c8bfc6330c2cd15fe2436

perl-String-Random-0.22-2mdv2009.0.noarch.rpm

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"), "\n";

Sources packages:

Other version of this rpm: