Re: Need some help with XMLin
- From: peng.kyo@xxxxxxxxx (Jeff Peng)
- Date: Thu, 29 May 2008 16:45:19 +0800
On Thu, May 29, 2008 at 12:02 AM, Vasant Kumar <vasantk@xxxxxxxxx> wrote:
$VAR1 = { B => { C => [ {1}, {2}. {3} ]}
Now accessing B is no problem, but I want to access the values in C..
Hello,
$VAR1->{B}->{C}->[0];
will get the first element of the anonymous array whose KEY is C.
--
Jeff Peng - Peng.Kyo@xxxxxxxxx
Professional Squid supports in China
http://www.ChinaSquid.com/
.
- References:
- Need some help with XMLin
- From: Vasant Kumar
- Need some help with XMLin
- Prev by Date: Re: difference between FTP and SFTP
- Next by Date: No such file or directory
- Previous by thread: Need some help with XMLin
- Next by thread: error with repeated matching
- Index(es):