Hi All,

I've added a routine to a script which calls Activestate's ppm batch file to
check to see if certain modules are installed.

In the following order, it sets the correct proxy env variable, sets a
couple of ppm repositories and finally checks to see if the required modules
are installed, installing them if they're not there.

This works ok, and when this block of code is copied to it's own script file
and executed, completes in a few seconds.  However, when I run my main
script, this portion takes approx 20 secs!  

The code is the very same, having been copied from the main script - I'm
wondering why the huge delay?

I have moved this piece of code to execute at the very start of the script,
and still the delay is there.  Anyone have any clues as to why this could be
occurring, or tricks on how to debug it?  
If this is a result of just having a larger script, does perl performance
drop off after a few hundred lines?  (767 lines in this case)

Many thanks,

Mark

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to