playingwithbots has asked for the wisdom of the Perl Monks concerning the following question:
lock can only be used on shared values at :/Perl/site/lib/XML/Simple.p +m line 47 7.
my code is:
$xs = new XML::Simple(noattr => 1, keeproot=>1, searchpath=>".", suppr +essempty=>"");
I have sort of figured out how to fix this in the XML::Simple code, but I guess I don't think this should be happening. Any ideas? I'm running Windows XP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple lock issue
by grantm (Parson) on Apr 27, 2003 at 19:00 UTC | |
|
Re: XML::Simple lock issue
by PodMaster (Abbot) on Apr 27, 2003 at 16:00 UTC | |
by playingwithbots (Novice) on Apr 27, 2003 at 17:39 UTC | |
|
Re: XML::Simple lock issue
by playingwithbots (Novice) on Apr 27, 2003 at 17:48 UTC |