in reply to
Perl -T killing XML::SAX parsing under 5.005_03
#!/usr/bin/perl -Tw
Seems to me this didn't work in perl 5.00503, you had to do
perl -T script
.
 
p
Comment on
Re: Perl -T killing XML::SAX parsing under 5.005_03
Select
or
Download
Code
In Section
Seekers of Perl Wisdom