in reply to Problem in my coding
I already told you this in the chatterbox.
It's easiest is to redirect the output. Many shells allow you to capture the error output via
. Or call your program via2> errorlog
Otherwise, look at IPC::Run.my @output = `$program 2>&1`
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem in my coding
by bart (Canon) on Mar 16, 2008 at 20:56 UTC |