in reply to Readable HTML tables
I find those perfectly readable. Shrug.use CGI qw(:standard); print table(Tr([ map td([ qw/foo bar baz/]), 1..10 ])); print table(Tr([ map td($_), $db->query('SELECT * FROM foo')->arrays ] +));
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Readable HTML tables
by Juerd (Abbot) on Aug 26, 2003 at 05:41 UTC | |
by Aristotle (Chancellor) on Aug 26, 2003 at 10:02 UTC |