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
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.
I've read that using AutoLoader & AutoSplit will help exactly with that.
Anyone uses those ?
I didn't