Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Dereferencing and DBI methods

by runrig (Abbot)
on Jul 25, 2001 at 02:22 UTC ( [id://99510]=note: print w/replies, xml ) Need Help??


in reply to Dereferencing and DBI methods

You have 'RaiseError=>1' in your connect, so you do not need all those 'or die...' clauses in your DBI calls. Your select is returning a reference to an array with zero rows. In scalar/boolean context that is zero, i.e., false. So the statement dies.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found