in reply to XML::Simple question
If the following works for the first element:
Then try$config->{server}{atlas}{address}->[0]
my @array = @{$config->{server}{atlas}{address}};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: XML::Simple question
by The Mad Hatter (Priest) on Mar 19, 2004 at 14:11 UTC |