http://www.perlmonks.org?node_id=157713


in reply to Re: HTML::TokeParser::Smart
in thread HTML::TokeParser::Smart

Thanks for your input, I also recived some suggestons from crazyinsomiac to take a look at URI::URL, since I knew my url checking was not the best, and I had planned on changing it.

Your last bullet point, see my use.perl journal, it has some info from Sean Burke. Any other suggestions would be welcome.

Also, a better name would be good, another comment from crazyinsomniac says the Smart part dosn't indicate what the module does, but does not have any suggestions...

Some other ideas I had was HTML::TokeParser::URL, but it will also do files or html.

On an unrelated note, this is my 42nd post, not a 'major' milestone, but I think it's cool.

Replies are listed 'Best First'.
Re^3: HTML::TokeParser::Smart
by Anonymous Monk on Jul 29, 2005 at 16:56 UTC
    lshatzer, I am very interested to use this package since I desparately need to URL in conjunction with HTML::TokeParser.
    I am new to LWP stuff.
    Would you please give some pointer as to how I can use this package? Thank you