in reply to Re^3: Is there a faster way to run a command than use IPC::Run3
in thread Is there a faster way to run a command than use IPC::Run3

I have list of files in an array,I run the command shown as above,if there is an stderr, I print and output the file to a text file,this process is taking time

  • Comment on Re^4: Is there a faster way to run a command than use IPC::Run3

Replies are listed 'Best First'.
Re^5: Is there a faster way to run a command than use IPC::Run3
by GrandFather (Saint) on Feb 21, 2011 at 06:30 UTC

    I thought you said in the OP that the $cmd process was taking the time. Now you seem to be saying the error handling is taking the time. Have you profiled the code to find out where the time is actually being spent?

    True laziness is hard work
    A reply falls below the community's threshold of quality. You may see it by logging in.