in reply to Re^6: Finding file level lexical variables
in thread Finding file level lexical variables
Did you try peek_my(1) like I suggested 3 times already ?
Maybe you want to have a look into perlguts
> sub get_str { return $str; }
This is a closure .... do you know what closures are?
Do you know how Perl's refcount and "garbage collection" works?
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Finding file level lexical variables
by johndeighan (Novice) on May 26, 2016 at 14:06 UTC | |
by LanX (Saint) on May 26, 2016 at 14:13 UTC | |
by johndeighan (Novice) on May 26, 2016 at 15:02 UTC | |
by LanX (Saint) on May 26, 2016 at 15:23 UTC | |
by johndeighan (Novice) on May 26, 2016 at 18:44 UTC |