Rhandom has asked for the wisdom of the Perl Monks concerning the following question:
my @a; while ( do { { package DB; @a = caller($i++) } } ) { my @args = @DB::args; # odd results for some data arguments }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: package DB penalty?
by hv (Prior) on May 15, 2003 at 00:54 UTC | |
by Rhandom (Curate) on May 15, 2003 at 14:31 UTC | |
|
Re: package DB penalty?
by bobn (Chaplain) on May 15, 2003 at 01:52 UTC | |
by bobn (Chaplain) on May 15, 2003 at 02:17 UTC | |
|
Re: package DB penalty?
by PodMaster (Abbot) on May 14, 2003 at 23:57 UTC | |
by hv (Prior) on May 15, 2003 at 01:03 UTC | |
by Rhandom (Curate) on May 15, 2003 at 14:26 UTC |