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
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
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
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,
-
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
5 matches
Mail list logo