Re: disable STDERR

2003-10-28 Thread Trevor Joerges
11:18 PM Subject: disable STDERR hi how do i go about disable-ing STDERR from a script completly, eg. warnings, dies, problems etc. thanks in advance for any help, Regards, J. William _ Add MSN 8 Internet Software

disable STDERR

2003-10-27 Thread Jay Ay
hi how do i go about disable-ing STDERR from a script completly, eg. warnings, dies, problems etc. thanks in advance for any help, Regards, J. William _ Add MSN 8 Internet Software to your current Internet access and enjoy

Re: disable STDERR

2003-10-27 Thread Sisyphus
Jay Ay wrote: hi how do i go about disable-ing STDERR from a script completly, eg. warnings, dies, problems etc. Run your script as: perl script.pl 2discard.txt Not sure if that satisfactorily answers the question :-) Cheers, Rob -- Any emails containing attachments will be deleted from my

Re: disable STDERR

2003-10-27 Thread michael higgins
[EMAIL PROTECTED] wrote: hi how do i go about disable-ing STDERR from a script completly, eg. warnings, dies, problems etc. open STDERR, /dev/null/; -- mike higgins ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: