O
OttawaTrade
I need a perl script to call another script. I current use
system ("perl script2 ...");
However, I need to take the output of the script2 and do regexp on it.
Currently, it is just going to standout, and not returning to script1.
Is there a way to solve this?
system ("perl script2 ...");
However, I need to take the output of the script2 and do regexp on it.
Currently, it is just going to standout, and not returning to script1.
Is there a way to solve this?