in reply to Re: XML module conflicts
in thread XML module conflicts

Well, when sending a filename argument, I get this error: The only thing I know how to parse is a string. You have to fetch the data for me yourself. at /usr/local/lib/perl5/site_perl/5.8.8/XML/Simple.pm line 290 Hmmmm.

Replies are listed 'Best First'.
Re^3: XML module conflicts
by runrig (Abbot) on Mar 07, 2007 at 19:13 UTC
    What version of XML::Simple? Line 290 in the latest version (2.16) is just my ($tree);.
      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.