Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Logging Warning Messages

by martymart (Deacon)
on Jan 22, 2003 at 09:40 UTC ( [id://228977]=note: print w/replies, xml ) Need Help??


in reply to Logging Warning Messages

Why not try something like this...
#Output warnings to warnings.log BEGIN{ open(STDERR, "warnings.log")||die "Can't open warning.log: $!"; }
This should send your warnings to a log file for you, hope this helps

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-09-07 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.