mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
|
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).
|