Re: [Perl-unix-users] Using AutoSplit & Autoloader

2005-10-25 Thread $Bill Luebkert
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

[Perl-unix-users] Using AutoSplit & Autoloader

2005-10-25 Thread eyal edri
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