Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Contents of array - Perl DBI question

by suaveant (Parson)
on Aug 02, 2012 at 18:49 UTC ( #985089=note: print w/replies, xml ) Need Help??


in reply to Contents of array - Perl DBI question

To expand on what moritz said, you also don't need to copy @row_B to @record_B before taking a reference. I believe fecthrow_arrayref re-uses the same ref, which requires you to copy the data, but fetchrow_array is returning you the list, so if you use my as moritz said, the ref will change each time you pull a record, simplifying.

Of course, if all you want is an array of arrays of the data, look at fetchall_arrayref in the DBI documentation

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re: Contents of array - Perl DBI question

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2023-09-28 14:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?