eyal edri wrote:
> Hi All,
> 
> I've been trying to Optimize my perl program since it takes so much time
> to load.. :(
> I think the problem lays with the large number of modules being complied
> at the start of the script.

Have you profiles your code yet to see where the time is being sucked up ?
It's a waste of time to try to optimize when you don't know which code needs
optimization.

I doubt autoload/autosplit is what you really need.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to