mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 23:25:41 -04:00
wtf
This commit is contained in:
parent
0ba2b6baec
commit
f9947c0c1b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ sub {
|
||||||
{
|
{
|
||||||
#http://perldoc.perl.org/functions/abs.html
|
#http://perldoc.perl.org/functions/abs.html
|
||||||
my $func = $1;
|
my $func = $1;
|
||||||
|
print "orig func: $func\n";
|
||||||
$func =~ s/^\s*(.*)\s*$/$1/; #trim whitespace
|
$func =~ s/^\s*(.*)\s*$/$1/; #trim whitespace
|
||||||
$func = lc($func); #all functions are lowercase, except the exception below
|
$func = lc($func); #all functions are lowercase, except the exception below
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue