Help for this page
<config> <username>zxcvb</username> <password>zzzzz</password> </config>
use XML::Simple; my $config = XMLin(); print $config->{username};