Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Array of Arrays from DB

by abaxaba (Hermit)
on May 30, 2002 at 20:40 UTC ( [id://170515]=note: print w/replies, xml ) Need Help??


in reply to Array of Arrays from DB

Why mess with the push at all?
my $rows = $sel->fetchall_arrayref(); # still prints the right number of refs print @$rows; foreach my $row (@$rows) { print join (",", @$row) }

ÅßÅ×ÅßÅ
"It is a very mixed blessing to be brought back from the dead." -- Kurt Vonnegut

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-20 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found