in reply to Using script to print out a html file
$p = HTML::Parser->new(); $p->parse_file('Your_html.html'); [download]