You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 46db89ee30
perl/perl-String-PerlIdentifier: Update README.
9 years ago
..
README perl/perl-String-PerlIdentifier: Update README. 9 years ago
perl-String-PerlIdentifier.SlackBuild perl/perl-String-PerlIdentifier: Added (Random name generator). 10 years ago
perl-String-PerlIdentifier.info perl/perl-String-PerlIdentifier: Added (Random name generator). 10 years ago
slack-desc perl/perl-String-PerlIdentifier: Added (Random name generator). 10 years ago

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.