From: "Jenda Krynicky"
> From: "Octavian Rasnita"
> To:
> Subject:Fast XML parser?
> Date sent: Thu, 25 Oct 2012 14:33:15 +0300
>
>> Hi,
>>
>> Can you recommend an XML parser which is faster than XML::Twig?
>>
>> I need to use an XML parser that can parse t
friends,
i have resolved this now.
I changed the way i was building the hash value: and then it worked fine.
$my_hash->{$index} = [$val1, $val2];
- Original Message -
From: Rajeev Prasad
To: perl list
Cc:
Sent: Tuesday, October 30, 2012 6:17 PM
Subject: tt hash values not printing
Hello,
Since I did not get any reply in last few hours. I am now posting this question
to the perl list too. I apologize if you mind. thank you.
starting with a hash ref
my $my_hash = {};
building the hash in a loop...
push(@tmp_arr,$val1);
push(@tmp_arr,$val2);
From: "Octavian Rasnita"
To:
Subject:Fast XML parser?
Date sent: Thu, 25 Oct 2012 14:33:15 +0300
> Hi,
>
> Can you recommend an XML parser which is faster than XML::Twig?
>
> I need to use an XML parser that can parse the XML f