Re: How can I get all error messages from this script, including system cmds.

2001-05-15 Thread Jos I Boumans
--- From: "Paul" <[EMAIL PROTECTED]> To: "Jos I Boumans" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Peter Lemus" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 8:02 PM Subject: Re: How can I get all error messages from th

Re: How can I get all error messages from this script, including system cmds.

2001-05-15 Thread Jos I Boumans
uot;Peter Lemus" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 7:31 PM Subject: Re: How can I get all error messages from this script, including system cmds. > > --- Peter Lemus <[EMAIL PROTECTED]> wrote: > > Hi, folks, > > > > I

STDERR on Win32 [was: Re: How can I get all error messages from this script, including system cmds.]

2001-05-15 Thread Paul
--- Jos I Boumans <[EMAIL PROTECTED]> wrote: > well, you can always redirect it to a file like this; > perl foo.pl > /null > even on a wintendo... Nope, doesn't work. Tested this way: C:\users\default>perl>x print STDOUT "stdout\n"; print STDERR "stderr\n"; ^D stderr C:\users\default>t

Re: How can I get all error messages from this script, including system cmds.

2001-05-15 Thread Paul
--- Jos I Boumans <[EMAIL PROTECTED]> wrote: > well, you can always redirect it to a file like this; >perl foo.pl > /null > even on a wintendo... Doesn't get STDERR, just STDOUT. Then again, I have real trouble in Win32 determining what's going to STDERR anyway = print "Just anoth

Re: How can I get all error messages from this script, including system cmds.

2001-05-15 Thread Paul
--- Peter Lemus <[EMAIL PROTECTED]> wrote: > Hi, folks, > > I need to get every possible error on this script > including errors from system commands. lol -- looks more like a batch file. ;o] Seriously, you might consider putting all this in one SOMEFILE.BAT and running that as an open3(), t