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

Re: Silencing DBI "(err=0, errstr=undef, state=undef)" errors

by Akhasha (Scribe)
on Dec 21, 2005 at 03:00 UTC ( [id://518226]=note: print w/replies, xml ) Need Help??


in reply to Silencing DBI "(err=0, errstr=undef, state=undef)" errors

Maybe try something like:
local $SIG{__WARN__} = sub { unless ($_[0] =~ /\(err=0, errstr=undef, state=undef\)/) { warn $_[0]; } };
A tad icky I know...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-03-28 20:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found