in reply to HTML::PrettyPrinter woes
This isn't the context where we usually say use CGI or die;, but ...
will happily print pretty fragments without worrying about correctness of the entire document.use CGI::Pretty; print CGI::table(CGI::Tr(CGI::td([A=>B=>C=>])));
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::PrettyPrinter woes
by rendler (Pilgrim) on Feb 27, 2002 at 04:54 UTC |