Andrew Gaffney wrote:
Here is my current working code. Please take a look at it and see if there are any obvious (or not so obvious) problems. I thought this would end up being far more difficult.

<snip code>

Looks good to me. Once you get used to the idea of event based parsing, storing context information on a stack, it's really simple, and even fun. Another nice thing is once you've mastered one (HTML::Parser), you've mastered them all (Pod::Parser, XML::Parser, etc.).

Regards,
Randy.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to