in reply to
Re^2: XML module conflicts
in thread
XML module conflicts
What version of XML::Simple? Line 290 in the latest version (2.16) is just
my ($tree);
.
Comment on
Re^3: XML module conflicts
Download
Code
Replies are listed 'Best First'.
Re^4: XML module conflicts
by
cLive ;-)
(Prior)
on Mar 07, 2007 at 23:46 UTC
I have no idea - it's actually line 292 - for some reason all my error reporting has been off today, so I didn't pay much heed and confirmed the actual line with print statements:
$tree = $sp->parse_uri($filename);
is the actual line.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom