Binary package “libhtml-stream-perl” in ubuntu trusty

HTML output stream class, and some markup utilities

 The HTML::Stream 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.