p5-HTML-Stream

HTML output stream class

WWW CVSWeb GITHub
  1. Package version
    p5-HTML-Stream-1.60p2
  2. Maintainer
    The OpenBSD ports mailing-list

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).