summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Stream/pkg-descr
blob: 462a2d62a4c863c7c8c01c750cff01799f30a47e (plain) (blame)
1
2
3
4
5
6
       This module provides you with an object-oriented (and
       subclassable) way of outputting HTML.  Basically, you open
       up an "HTML stream" on an existing filehandle, and then do
       all of your output to the HTML stream (you can intermix
       HTML-stream-output and ordinary-print-output, if you
       like).