in reply to Redirect output of the system() command
Just a thought:
Have you tried using backticks (qx//) instead of system? The perldoc entry addresses the problem of redirecting STDOUT and/or STDERR.
HTH,
Athanasius <°(((>< contra mundum
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Redirect output of the system() command
by Gangabass (Vicar) on Jul 11, 2012 at 05:24 UTC | |
by ikegami (Patriarch) on Jul 11, 2012 at 06:27 UTC | |
by Gangabass (Vicar) on Jul 11, 2012 at 07:59 UTC |