in reply to
Re: Re: Re: Re: Improving memory performance
in thread
Improving memory performance
Your goal should be to import nothing at all. Importing makes code more confusing and is kind of a crutch for doing perl4 style things in perl5. However, information on how much memory it costs is available
here
.
Comment on
memory cost of imports
In Section
Seekers of Perl Wisdom