in reply to Re: Re: XML package for parsing values in the opening tag.
in thread XML package for parsing values in the opening tag.

Dump the data with Data::Dumper and see what the problem is, most likely you will need to do print $xml->{'USER'}->{'_CITY'};


-Waswas