in reply to Re: Readable HTML tables
in thread Readable HTML tables
It's just that I prefer {{}} to (([([])])), that's all... Unlike you, I don't find the CGI-ish solution perfectly readable.print table(Tr([ map td([ qw/foo bar baz/]), 1..10 ])); table { row { cell qw/foo bar baz/ } for 1..10 };
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Readable HTML tables
by Aristotle (Chancellor) on Aug 26, 2003 at 10:02 UTC |