- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
"sub func { print qq{hey @_}; }
...
hey main ho
hey main=ARRAY(0x185614c) there
hey nonny-nonny
- or download this
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
"sub func { print qq{hey @_}; }
...
hey main he
hey main=ARRAY(0x37716c) there
zot nonny-nonny
- or download this
my $str = 'aaa';
for my $alias (main::, 'main', $mainstring, $mainobj) {
$alias->$symref($str++);
}