in reply to
Re: XML::Parser Issues
in thread
XML::Parser Issues
You should consider always using strict and warnings, as per
Use strict warnings and diagnostics or die
.
Comment on
Re^2: XML::Parser Issues
In Section
Seekers of Perl Wisdom