Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: $dbh->selectall_arrayref to simple @array

by Corion (Patriarch)
on Sep 14, 2011 at 15:01 UTC ( [id://925928]=note: print w/replies, xml ) Need Help??


in reply to $dbh->selectall_arrayref to simple @array

See References quick reference. Basically you seem to want

my @emps = @{ $dbh->selectall_arrayref( ... ) };

Log In?
Username:
Password:

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

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

    No recent polls found