Re: [Perl-unix-users] how to speed up perl script load...

2005-10-27 Thread $Bill Luebkert
eyal edri wrote: > Bill Luebkert wrote: > > >How about telling us why you are using those routines ? > >Do you have a snippet of code that shows your usage of them ? > >I've never had the need for them, so I don't have any experience. > >There are a lot of REs in that code from

Re: [Perl-unix-users] how to speed up perl script load...

2005-10-27 Thread Bruce Hudson
> Since I saw no one replied to my question yet, i will try to Clarify my > question due to some research I've done. > The Following 2 lines are the most significant in the overall performance > of the script: > > 31.0 7.779 8.585 10715 0.0007 0.0008 Text::Balanced::_match_quotelike > 30.4 7.64

Re: [Perl-unix-users] how to speed up perl script load...

2005-10-27 Thread eyal edri
Bill Luebkert wrote:>How about telling us why you are using those routines ? >Do you have a snippet of code that shows your usage of them ? >I've never had the need for them, so I don't have any experience.>There are a lot of REs in that code from a cursory look. I will try and put some of my code

Re: [Perl-unix-users] how to speed up perl script load...

2005-10-27 Thread $Bill Luebkert
eyal edri wrote: > Hi, > > Since I saw no one replied to my question yet, i will try to Clarify my > question due to some research I've done. > The Following 2 lines are the most significant in the overall > performance of the script: > 31.0 7.779 8.585 10715 0.0007 0.0008 > Text::Balanced

Re: [Perl-unix-users] how to speed up perl script load...

2005-10-23 Thread $Bill Luebkert
eyal edri wrote: > As you probably know the more modules use in your script the more time > it takes to load.. > > I've just finished a script (more like a program) which uses lot of perl > modules and has more than 2000 code lines. > Each time i run it, it takes more than 15 seconds to load.. :(