in reply to XML::TokeParser and malformed XML

You can use the block form of eval to catch fatal errors like that.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: XML::TokeParser and malformed XML
by Anonymous Monk on Sep 23, 2004 at 09:12 UTC
    Thanks - that works perfectly. Much appreciated.