Name : perl-String-Random
| |
Version : 0.320.0
| Vendor : Mageia_Org
|
Release : 2.mga9
| Date : 2022-03-21 17:34:17
|
Group : Development/Perl
| Source RPM : perl-String-Random-0.320.0-2.mga9.src.rpm
|
Size : 0.09 MB
| |
Packager : umeabot < umeabot>
| |
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/rzm3/linux-mageia/distrib/9/aarch64/media/core/release |