| CPAN Ratings (Gamma) HTML-Table reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of HTML-Table
1 out of 1 found this review helpful:
I have also found this module indispensable, both when dumping row-arrays to html, and generating tables from a highly customised processing loop.
On the easy side, I love that the constructor can take the entire table data (-data => \@) straight from DBI::selectall_arrayref.
Tim Sheahan - 2009-10-08 15:07:02
Was this review helpful to you?
Yes
No
Useful stuff - makes simple report scripts a lot cleaner and quicker to write.
The only thing I don't like is the un-Perlish camelCased method names - I'd much prefer to write, e.g., $table->add_row(...) - but that's not enough to put me off :)
David Precious - 2008-04-10 07:47:06
Was this review helpful to you?
Yes
No
a massive help on my last project. the sort method is invaluable.
Douglas Riordan - 2005-12-02 08:22:39
Was this review helpful to you?
Yes
No
One of my favorite modules, period.
Gunnar Wolf - 2004-04-20 09:32:48
Was this review helpful to you?
Yes
No
simply the easiest way to produce html tables.
use this in combination with CGI.pm or CGI::Pretty.pm,
warning: rows and columns are counted from 1, not 0;
when x- and y-coordinates have to be specified, the
order is y,x not x,y.
Brigitte Jellinek - 2003-08-14 00:37:23
Was this review helpful to you?
Yes
No
|
|
|