my $tree = HTML::TreeBuilder->new; $tree->parse_file( $filename ); ...
In reply to Re^3: Parsing and converting HTML by Anonymous Monk in thread Parsing and converting HTML by tevolo