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

Re: DBD::mysql barfs

by Caillte (Friar)
on May 21, 2001 at 02:32 UTC ( [id://81874]=note: print w/replies, xml ) Need Help??


in reply to DBD::mysql barfs

If your code is exactly as yo uentered here then you made one little mistake. Your error revolves around the fragment of code "$DBI:errstr". Now perl interprets this as (Contents of the variable $DBI)(the string ':errstr'). What I think you want is $DBI::errstr (note the second colon). This corresponds to tthe contents of the variable $errstr in the package DBI.

$japh->{'Caillte'} = $me;

Log In?
Username:
Password:

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

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

    No recent polls found