XML::Simple

2002-11-09 Thread Tom Allison
foo{$ref} = int(1000*rand); } $xs = new XML::Simple; $ref = $xs->XMLout(\%foo) || die $!; open (FOO, ">test2.xml") || die $!; #test2.pl is the file name I'm running. print FOO $ref; close FOO; print "OK\n"; $ref = $xs->XMLin() || die $!; -- We are experiencing

Re: XML::Simple

2002-11-09 Thread Burkhard Ritter
On Sat, 9 Nov 2002, Colin Watson wrote: > On Fri, Nov 08, 2002 at 09:15:13PM -0500, Tom Allison wrote: > > What is the package for XML::Simple? > > > > Obvious choice would be: libxml-simple-perl > > > > but it mentioned XML::Parser and said nothing about XML::S

Re: XML::Simple

2002-11-09 Thread Tom Allison
Colin Watson wrote: Your obvious choice is correct. Cheers, Thanks. Not all obvious choices are always correct. -- Civilization is the limitless multiplication of unnecessary necessities. -- Mark Twain -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troub

Re: XML::Simple

2002-11-08 Thread Colin Watson
On Fri, Nov 08, 2002 at 09:15:13PM -0500, Tom Allison wrote: > What is the package for XML::Simple? > > Obvious choice would be: libxml-simple-perl > > but it mentioned XML::Parser and said nothing about XML::Simple... Your obvious choice is correct. Cheers, -

XML::Simple

2002-11-08 Thread Tom Allison
What is the package for XML::Simple? Obvious choice would be: libxml-simple-perl but it mentioned XML::Parser and said nothing about XML::Simple... -- Culture is the habit of being pleased with the best and knowing why. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of