Subject: | warning |
SAX1toSAX2 issues the following warning:
"Use of uninitialized value in concatenation (.) at /usr/lib/perl5/site_perl/5.6.0/XML/Filter/SAX1toSAX2.pm line 81."
I don't _think_ i am using it incorrectly ... but you know me :D
i added the line:
$uri ||= '';
just before line 81, so it appears that $uri is the culprit
jeffa