summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Stream/DESCR
blob: 3aeb8dc1f04a5ee0acc0c2208bb55f0bf6d92877 (plain)
1
2
3
4
5
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).