Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: DBI->connect fails when password variable used

by RedElk (Hermit)
on May 31, 2014 at 02:05 UTC ( [id://1088094]=note: print w/replies, xml ) Need Help??


in reply to DBI->connect fails when password variable used

Not sure of the details myself but FWIW check the DBI docs for particulars. It ("\%attr") is mentioned under bind_params.

Also, the synopsis has the following. Might be worth a try:

$dbh = DBI->connect($data_source, $username, $auth, \%attr)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found