in reply to Re^3: Dumping variables but DRY and simple
in thread Dumping variables but DRY and simple
no problems with this:
perl -MPadWalker=peek_my -e'my $x = 42; sub { my $c = $x; sub { sub {peek_my 1} } }->()->()->()'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Dumping variables but DRY and simple
by BrowserUk (Patriarch) on Mar 28, 2010 at 01:23 UTC |