in reply to XML::Simple lock issue

What version of XML::Simple? I got the same perl
perl -MXML::Simple -e "XML::Simple->new and die XML::Simple->VERSION" 1.06 at -e line 1.
Just in case
perl -MXML::Simple -e"XML::Simple->new(noattr => 1, keeproot=>1, searc +hpath=>q[.], suppressempty=>[]) and die XML::Simple->VERSION" 1.06 at -e line 1.


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests.
** The Third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: XML::Simple lock issue
by playingwithbots (Novice) on Apr 27, 2003 at 17:39 UTC
    Version is 1.06. Comes with the ActivePerl install