in reply to XML::Simple Error Messages

I would think that passing the ErrorContext parameter to XML::Parser would display the faulty line:

 XMLin( shift(), parseropts => [ ErrorContext => 1 ]);

Replies are listed 'Best First'.
Re: Re: XML::Simple Error Messages
by BrowserUk (Patriarch) on Jun 18, 2002 at 15:12 UTC

    Perfect, Thankyou.