Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 66210c959dda2b32b9a050d8510f99ca

perl-String-Random-0.220.0-1.mga1.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: