html2perlstream - convert an HTML document to Perl code for that document
Takes an HTML file, and produces from it a Perl script that will
generate that HTML using the HTML::Stream module.
For usage, just say:
The normal form is:
Any named HTML input file 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:
You'll get fewer differences if you build the code with To run this, you need:
$Id: html2perlstream,v 1.10 2001/08/17 00:50:00 eryq Exp $
Eryq, 11 Jan 1997, Thanks (independently) to Tony Cebzanov and John Buckman for suggesting
that I write a tool like this.
html2perlstream 1.10
NAME
SYNOPSIS
html2perlstream
html2perlstream [options] -
html2perlstream [options] file.html .. file.html
DESCRIPTION
html2perlstream
html2perlstream [-options] [files]
html2perlstream - < test.html
html2perlstream - < test.html | perl
OPTIONS
html2perlstream -w -d testin/test.html
-w
.
PRE
environment.
REQUIRES
HTML::Entities
HTML::Parser
VERSION
AUTHOR
Generated Mon Aug 20 16:34:04 2001 by cvu_pod2html