in reply to Re^6: CLI using hashes
in thread CLI using hashes
my $foo = { my ($first, $second) = @_; print "first argument: [$first]\n"; print "second one : [$second]\n"; } $foo->("bar", "baz");
Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')
Don't fool yourself.
|
|---|