in reply to Re: parsing HTML
in thread parsing HTML

I reinvent the wheel (that's true :) ), this way I learn how to make one.
Perhaps is a stupid idea, but I'm learning a lot about parsers and its problems and it's interesting.
Anyway, the real reason is that I'm working in Windows with Savant Web Server, my version doesn't have any HTML libs.
I like to run my application in any Web Server, and the parser I'm doing is a very simple one (not a complete HTML Parser). So I can permit this "re-invention".

I knew the question was simple, but I really didn't know how to solve it. And you are great, Perl Monks.

Thanks very much!!
--edu