in reply to HTML::TokeParser::Smart
Aww, I was hoping it would automagically figure out which bits of HTML I wanted... ;)
Couple of points to make about this, though:
Actually, you could solve that middle problem quite neatly by just switching the order of the tests so that it went (file - url - html) rather than (file - html - url), since all URLs acceptable by LWP will have a protocol, and URIs in HTML must be wrapped in a tag.
--
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: HTML::TokeParser::Smart
by lshatzer (Friar) on Apr 09, 2002 at 13:15 UTC | |
by Anonymous Monk on Jul 29, 2005 at 16:56 UTC |