Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^6: DBD::CSV failing

by jZed (Prior)
on Feb 03, 2006 at 01:02 UTC ( [id://527515]=note: print w/replies, xml ) Need Help??


in reply to Re^5: DBD::CSV failing
in thread DBD::CSV failing

Your code:
while (@row = $sth->fetch) # don't do this
is wrong. In DBI, fetch() is an alias for fetchrow_arrayref so its return is a scalar (an array reference), not an array.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found