Sophie

Sophie

distrib > Mageia > 9 > x86_64 > media > core-release > by-pkgid > 2b7be79aaa97ffb95112b18fc3fbe3be

perl-String-Random-0.320.0-2.mga9.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: