KW.pm Only the Lonely #7

CGI::Pretty

  • Adds carriage returns and intentation to HTML generated by CGI.pm

         % perl -e 'use CGI qw{:standard}; print table( TR( td( "foo" ) ) );'
         <table><tr><td>foo</td></tr></table>
  • Ugh.

    continued...

<< Previous | Index | Next >> Copyright © 2005 Daniel Allen