Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Warnings while redirecting STDERR

by dpuu (Chaplain)
on Aug 27, 2004 at 18:21 UTC ( [id://386458]=note: print w/replies, xml ) Need Help??


in reply to Warnings while redirecting STDERR

You just need an extra reference to them. A simple (and good) way would be to localize them:
local *SAVEERR; local *ERRORFILE;
--Dave
Opinions my own; statements of fact may be in error.

Replies are listed 'Best First'.
Re^2: Warnings while redirecting STDERR
by wfsp (Abbot) on Aug 27, 2004 at 18:28 UTC
    Great stuff! Many thanks, wfsp

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://386458]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found