README 500 B

1234567891011
  1. perl-String-PerlIdentifier (generate a random name for Perl variable)
  2. String::PerlIdentifier - Generate a random name for a Perl variable.
  3. This module automatically exports a single subroutine, make_varname(),
  4. which returns a string composed of random characters that qualifies
  5. as the name for a Perl variable. The characters are limited to upper-
  6. and lower-case letters in the English alphabet, the numerals from 0
  7. through 9 and the underscore character. The first character may not be
  8. a numeral.