summaryrefslogtreecommitdiffstats
path: root/perl/perl-String-PerlIdentifier/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-String-PerlIdentifier/README')
-rw-r--r--perl/perl-String-PerlIdentifier/README10
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 0000000000..4ac3f2dc58
--- /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.