in reply to Re^2: Parsing and converting HTML
in thread Parsing and converting HTML

my $tree = HTML::TreeBuilder->new;
$tree->parse_file( $filename );
...