diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-25 07:31:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-25 07:31:24 +0700 |
commit | e84de87d335f128773e4187640e9dbd575313e0b (patch) | |
tree | 23669bfabba5bbbaef0ebf36a93405e2627e69bc /perl/perl-String-PerlIdentifier/README | |
parent | 1ff1e5cdd6435c2f15ee8d47df583d8d165db48f (diff) |
perl/perl-String-PerlIdentifier: Added (Random name generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-String-PerlIdentifier/README')
-rw-r--r-- | perl/perl-String-PerlIdentifier/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/perl-String-PerlIdentifier/README b/perl/perl-String-PerlIdentifier/README new file mode 100644 index 000000000000..4ac3f2dc5812 --- /dev/null +++ b/perl/perl-String-PerlIdentifier/README @@ -0,0 +1,10 @@ +perl-String-PerlIdentifier (Generate a random name for Perl variable) + +String::PerlIdentifier - Generate a random name for a Perl variable. + +This module automatically exports a single subroutine, make_varname(), +which returns a string composed of random characters that qualifies as +the name for a Perl variable. +The characters are limited to upper- and lower-case letters in the English alphabet, +the numerals from 0 through 9 and the underscore character. +The first character may not be a numeral. |