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

Re: referring to individual elements after fetchrow_arrayref finds a '1' attached

by chromatic (Archbishop)
on Sep 16, 2001 at 02:50 UTC ( #112665=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ($array_ref_partial = $sth2->fetchrow_arrayref) {
        warn join(' | ', @$array_ref_partial), "\n";
        push @rows_partial, $array_ref_partial;
        push @partial_famids, $array_ref_partial->[1];
    }
    
  2. or download this
    push @rows_partial, [ @$array_ref_partial ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2023-12-05 16:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?