slackbuilds/perl/perl-String-PerlIdentifier
B. Watson e8b5daf009
perl/perl-String-PerlIdentifier: Standardize maintainer info.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-17 18:14:26 +07:00
..
README perl/perl-String-PerlIdentifier: Wrap README at 72 columns. 2022-03-14 04:03:00 -04:00
perl-String-PerlIdentifier.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-String-PerlIdentifier.info perl/perl-String-PerlIdentifier: Standardize maintainer info. 2024-08-17 18:14:26 +07:00
slack-desc

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.