![]() |
|
more useful options | |
PerlMonks |
Re^5: How to modify column in WriteExcel?by hdb (Monsignor) |
on Mar 13, 2019 at 12:03 UTC ( #1231219=note: print w/replies, xml ) | Need Help?? |
fetchall_arrayref returns all rows of your query in an array reference (first level of dereferencing needed) and each row again is an array reference (even when there is only one column) which is the second level of dereferencing. If you want so, you ask for a table, so you get a two-dimensional object...
In Section
Seekers of Perl Wisdom
|
|