B. Watson 10866ccab0 perl/perl-String-PerlIdentifier: Wrap README at 72 columns. hace 2 años
..
README 10866ccab0 perl/perl-String-PerlIdentifier: Wrap README at 72 columns. hace 2 años
perl-String-PerlIdentifier.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var hace 3 años
perl-String-PerlIdentifier.info 9511c356f5 perl/perl-String-PerlIdentifier: New maintainer. hace 4 años
slack-desc e84de87d33 perl/perl-String-PerlIdentifier: Added (Random name generator). hace 9 años

README

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.