in reply to XML Parser Error Handling

Just follow the link to XML::Parser: the review, or type 'XML::Parser' in the Search box, and you will see the usual way to do this: wrap the parsing in an eval.

Replies are listed 'Best First'.
Re: Re: XML Parser Error Handling
by APA_Perl (Novice) on Mar 10, 2004 at 22:40 UTC
    Thanks everyone. I didn't try something as easy as searching for the module's name. If I hadn't spent a few hours working on this I wouldn't have asked.
    Thanks again!