Hello Walter,

Saturday, October 27, 2001, Walter Grace <[EMAIL PROTECTED]> wrote:


WG> I have a script that is called from the web that has 'warn' statements 
WG> embedded.


WG> Regarding the 'warn' statements: Where does STDERR output get sent by default?

WG> How can I redirect it to a specific file?

see
perldoc -q "How can I capture STDERR from an external command"

basically,
system("program args 1>/tmp/program.stdout 2>/tmp/program.stderr");

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to