Hi. The big issue is the ignore unknown tag setting. Also the module does
not like a missing and .
Also this isn't HTML. U might be better served by using XML::Simple.
Printf is ur friend.
use HTML::TreeBuilder;
$html = '
.
';
$tree = HTML::TreeBuilder->new();
$tree->ignore_u
From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Paul Rousseau
Sent: 04 February 2010 16:44
To: perl Win32-users
Subject: HTML Parsing Question
> Hello,
>
>I have an HTML file that contains the followin
Hello,
I have an HTML file that contains the following snippet: