in reply to XML::SAX::ExpatXS - stop parsing?
die "DONE\n"; ... if (!eval { $parser->parse_string($tree); 1 # No exception }) { die $@ if $@ ne "DONE\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::SAX::ExpatXS - stop parsing?
by Jaap (Curate) on Jul 25, 2011 at 22:43 UTC | |
by ikegami (Patriarch) on Jul 25, 2011 at 23:41 UTC |