Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Saving Standard Error

by jrsimmon (Hermit)
on Aug 06, 2009 at 19:56 UTC ( [id://786561]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Saving Standard Error
in thread Saving Standard Error

use strict; use warnings; warn "My errors go to the console!"; open(STDERR, ">myErr.log") or die $!; warn "My errors are logged!"; close(STDERR); warn "My errors go...nowhere!";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2025-02-08 22:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (95 votes). Check out past polls.