RicardoPortilho has asked for the wisdom of the Perl Monks concerning the following question:
What are the guidelines I should use to minimize the memory usage? I'm already using stricts, warnings, and setting the variables to undef when I don need them anymore.use Sys::Hostname; use Win32::IPConfig; use DBI; use Win32::MachineInfo; use Win32::DriveInfo; use Win32API::File; use Win32::TieRegistry(Delimiter=>"#", ArrayValues=>0); use Mail::SendEasy;
Thanks in advance.
jdporter added code tags
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: PerlApp binary size
by monkey_boy (Priest) on Jan 05, 2006 at 17:18 UTC | |
Re: PerlApp binary size
by Tanktalus (Canon) on Jan 05, 2006 at 17:18 UTC | |
Re: PerlApp binary size
by pKai (Priest) on Jan 05, 2006 at 21:25 UTC | |
Re: PerlApp binary size
by blazar (Canon) on Jan 05, 2006 at 17:04 UTC | |
Re: PerlApp binary size
by spiritway (Vicar) on Jan 06, 2006 at 05:36 UTC | |
Re: PerlApp binary size
by Anonymous Monk on Jan 05, 2006 at 21:31 UTC |