On Mon, Mar 29, 2004 at 04:08:08PM +0300, John wrote:

> I want to shut the standard error from my scritps.
> 
> How to do that?

close STDERR;

But that's living on the edge.  You might consider redirecting STDERR
instead, or maybe reopening it to a file somewhere.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to