in reply to
xml parsing error
You're passing the 5 character string $,f,i,l,e. You surely intended to pass the contents of the variable
$file
instead.
Comment on
Re: xml parsing error
Download
Code
In Section
Seekers of Perl Wisdom