in reply to HTML::PrettyPrinter woes

This isn't the context where we usually say use CGI or die;, but ...

use CGI::Pretty; print CGI::table(CGI::Tr(CGI::td([A=>B=>C=>])));
will happily print pretty fragments without worrying about correctness of the entire document.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: HTML::PrettyPrinter woes
by rendler (Pilgrim) on Feb 27, 2002 at 04:54 UTC
    CGI uurrggg :P I like to generate the HTML by hand, it's easier and more flexible for me.