Re: HTML Parsing Question

2010-02-05 Thread Chris Wagner
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

RE: HTML Parsing Question

2010-02-04 Thread Brian Raven
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

HTML Parsing Question

2010-02-04 Thread Paul Rousseau
Hello, I have an HTML file that contains the following snippet: