http://qs321.pair.com?node_id=17816


in reply to (jcwren) Re: CGI.PM related questions.
in thread CGI.PM related questions.

jcwren said something like:
I reformatted the HTML to make it more readable.
Have you seen CGI::Pretty? Just say use CGI::Pretty blah blah in place of use CGI blah blah. You get newlines and indented output. Cool.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
(jcwren) RE: RE: Re: CGI.PM related questions.
by jcwren (Prior) on Jun 13, 2000 at 04:27 UTC
    Per the amazing Randal L. Schwartz, change the lineuse CGI;touse CGI::Pretty qw (:all);and you'll get pretty printing.

    CGI::Pretty is located here, via the CPAN search.

    --Chris