in reply to
Re: XML::Simple question
in thread
XML::Simple question
That puts the values in an array. What the OP seems to want is a space separated string of the values, or something like (using your example):
my $address = "@array";
Comment on
Re: Re: XML::Simple question
Download
Code
In Section
Seekers of Perl Wisdom