| html2perlstream | 
 NAME
NAMEhtml2perlstream - convert an HTML document to Perl code for that document
 SYNOPSIS
SYNOPSIS
    html2perlstream
    html2perlstream [options] -
    html2perlstream [options] file.html .. file.html
 DESCRIPTION
DESCRIPTIONTakes an HTML file, and produces from it a Perl script that will generate that HTML using the HTML::Stream module.
For usage, just say:
html2perlstream
The normal form is:
html2perlstream [-options] [files]
Any named HTML input file file.html will cause output script file.html.pl to be generated. To read from the standard input, specify '-', like this:
html2perlstream - < test.html
If reading from the standard input, the output Perl code goes to the standard output. So if you want to run it right away to see the output, just do this:
html2perlstream - < test.html | perl
 OPTIONS
OPTIONS
html2perlstream -w -d testin/test.html
You'll get fewer differences if you build the code with -w.
PRE environment.
 VERSION
VERSION$Id: html2perlstream,v 1.8 1997/02/25 05:03:21 eryq Exp $
 AUTHOR
AUTHOREryq, 11 Jan 1997, eryq@enteract.com or thereabouts.
Thanks (independently) to Tony Cebzanov and John Buckman for suggesting that I write a tool like this.