in reply to Re^5: Executing command from perl script with input/output
in thread Executing command from perl script with input/output
I tried the method you suggested above, but this still doesn't work for me :-( After writing the $cmd to WRITE, I created two variables $selread and $selerror (like earlier) - one each to read from READ and ERROR. A read on both of these did not yield anything at all.
I want to use a debugger to see what is happening, but my program is split over several modules, and I am not sure how to use the debugger for something that spans over many modules.
Regards,
ravi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Executing command from perl script with input/output
by zentara (Cardinal) on Aug 11, 2005 at 10:27 UTC | |
by linuxfan (Beadle) on Aug 12, 2005 at 21:15 UTC |