summaryrefslogtreecommitdiffstats
path: root/perl/perl-String-PerlIdentifier/README
blob: 8e363151dd9e076f172b2ac9b8acb82f831ce148 (plain)
1
2
3
4
5
6
7
8
9
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.