perl5ever has asked for the wisdom of the Perl Monks concerning the following question:
my $sth = $dbh->prepare(...); $sth->execute(...); format_sth_as_html_table($sth);
The idea is that it would use $sth->{NAME} for column headers and make sane choices for column alignment.
I actually have my own solution, but it would be nice to know what else is out there. I am also looking for good names for such a module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: $sth to HTML <table>?
by CountZero (Bishop) on Mar 03, 2011 at 20:21 UTC |