- or download this
perl -MO=Deparse,-p almsdealer.pl >deparse.pl
- or download this
use strict;
use warnings;
...
(@allTags = (@allTags, keys(%uniqueTags)));
}
print(("@allTags\n"));
- or download this
my ($str) = @_;
- or download this
my $str = shift; # the string to be trimmed