in reply to Re: Re: Re: Re: Re: what's faster than .=
in thread what's faster than .=

Scoping tightly may reduce the number of separate variables needed, since more will be reused. In general though, if you want to free the memory from a lexical you have to undef it. This has been discussed many times on the mod_perl list and on PerlMonks as well. You can probably find some stuff about it with SuperSearch.
  • Comment on Re: Re: Re: Re: Re: Re: what's faster than .=