slackbuilds/perl/perl-String-PerlIdentifier
Edinaldo P. Silva fd03de0940
perl/perl-String-PerlIdentifier: Updated for version 0.06.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-11-26 11:47:24 +07:00
..
README perl/perl-String-PerlIdentifier: Update README. 2016-11-12 06:58:01 +07:00
perl-String-PerlIdentifier.SlackBuild perl/perl-String-PerlIdentifier: Updated for version 0.06. 2016-11-26 11:47:24 +07:00
perl-String-PerlIdentifier.info perl/perl-String-PerlIdentifier: Updated for version 0.06. 2016-11-26 11:47:24 +07:00
slack-desc perl/perl-String-PerlIdentifier: Added (Random name generator). 2015-06-25 07:31:24 +07:00

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.