Some of my perl programs are getting way too big.

Where can I find docs on how memory is handled when perl.exe loads a .pl file?

For instance, if I put "require" statements in the beginning of the .pl 
file, are these brought in by perl.exe when the file is first executed?

Can I reduce memory requirements (and increase speed) by putting "require" 
statements within "if" statements and therefore not have these files 
brought in at run-time if the "if" statement is not executed?

TIA!

Steve

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to