in reply to Re: Re: Re: what's faster than .=
in thread what's faster than .=
It's reliable till someone changes it... :-)
Perl 5 never GCs a sub's lexicals in the sense we're talking about here. Certainly things can happen to objects that go out of scope, but that's different.
Perl doesn't know when a sub might be called again. It merely assumes it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: what's faster than .=
by BrowserUk (Patriarch) on Mar 11, 2003 at 02:44 UTC | |
by perrin (Chancellor) on Jul 06, 2003 at 17:26 UTC |