pelle has asked for the wisdom of the Perl Monks concerning the following question:
Hi.
I'm looking for some module which can print a table in different output formats such as plain text or HTML.
As the data comes from a database, I've looked into DBIx::Simple (->html and ->text), but it doesn't really fit the bill. For some queries I do manual filtering of the result, which can't be done AFAICS.
Any suggestions on other modules which might do help me here?
I'm using Text::Table today for plain text output.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Print a table as text or HTML
by CountZero (Bishop) on Mar 21, 2012 at 21:52 UTC |