capture stdin and stderr

2007-03-20 Thread Vladimir Lemberg
Hi All, My script is calling a Win32 program with two arguments: system ( $ARGV[0]\\program.exe, $File::Find::name, $ARGV[0]\\source); I want to capture STDOUT and STDERR from the program to log file system ( $ARGV[0]\\program.exe, $File::Find::name, $ARGV[0]\\source,

RE: capture stdin and stderr

2007-03-20 Thread Wagner, David --- Senior Programmer Analyst --- WGO
-Original Message- From: Vladimir Lemberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 15:21 To: beginners@perl.org Subject: capture stdin and stderr Hi All, My script is calling a Win32 program with two arguments: system ( $ARGV[0]\\program.exe, $File::Find

Re: capture stdin and stderr

2007-03-20 Thread Vladimir Lemberg
stdin and stderr -Original Message- From: Vladimir Lemberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 15:21 To: beginners@perl.org Subject: capture stdin and stderr Hi All, My script is calling a Win32 program with two arguments: system ( $ARGV[0]\\program.exe, $File

Re: capture stdin and stderr

2007-03-20 Thread Mumia W.
On 03/20/2007 05:21 PM, Vladimir Lemberg wrote: Hi All, My script is calling a Win32 program with two arguments: system ( $ARGV[0]\\program.exe, $File::Find::name, $ARGV[0]\\source); I want to capture STDOUT and STDERR from the program to log file system ( $ARGV[0]\\program.exe,