in reply to Re^2: Parsing and converting HTMLin thread Parsing and converting HTML
my $tree = HTML::TreeBuilder->new; $tree->parse_file( $filename ); ...