- or download this
#!/usr/bin/perl -w
use Data::Dumper qw( Dumper );
...
mycode(); # "foo is FOO"
# print Dumper(\%main::); # make sure $foo is never in symbol table
- or download this
mycode() called with test
foo is blah
...
foo is FOO
mycode() called with no operands.
foo is FOO
- or download this
mycode() called with test
foo is blah
mycode() called with no operands.
mycode() called with no operands.
mycode() called with no operands.