![]() |
|
No such thing as a small change | |
PerlMonks |
Re^3: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBIby twotone (Beadle) |
on May 29, 2009 at 05:07 UTC ( [id://766807]=note: print w/replies, xml ) | Need Help?? |
Assuming you have already prepared and executed statement handle $sth, $sth->{NAME} will return an array ref of the column names, so
gives you an array of your column names.
-------------- www.theduttons.com
In Section
Seekers of Perl Wisdom
|
|