openbsd-ports/www/p5-HTML-Stream/pkg/DESCR
kevlo a7c4cfe4cf Initial import of HTML-Stream-1.49.
This module is for HTML output stream class.
2001-06-12 07:35:09 +00:00

6 lines
288 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).