I am having a perl script.The main script calls some 10 subroutines
which are in the same file.
Execution time of the script take around 1 and half minute which is
not desirable.
Please tell me the way to reduce the execution time.
Thanks
Gaurav
> Please tell me the way to reduce the execution time.
Remove some of the code.
--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher\100cmdat/"
By coincidence a namesake of yours just posted exactly the same question
on CLP.misc. You may want to look there for general replies he got.
As far as modules are concerned: the loading time of a module really
shouldn't make any significant difference, but it may be worthwhile to
look for a leaner module with less functionality if you are using a big,
fat one where you are using only a small fraction of the features.
jue