Skip Menu |

This queue is for tickets about the Text-ASCIITable CPAN distribution.

Report information
The Basics
Id: 14703
Status: resolved
Priority: 0/
Queue: Text-ASCIITable

People
Owner: Nobody in particular
Requestors: david [...] landgren.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.15
Fixed in: (no value)



Subject: Cannot supply array of arrayrefs to addRow
It would be nice if addRow() (or possibly a new method like addRows(), whatever is easiest) could accept arrays of arrays: $t->addRow([ [ 1, 2, 3 ], [ 4, 5, 6 ], [ 7, 8, 9 ], ]); This would be really helpful, because such functionality would allow it to swallow the output from DBI::selectall_arrayref($sql) with no intermediate make-work code.