Help for this page
use XML::Simple; my $conf = XMLin("/foo/bar.xml");
use Data::Dumper; print Dumper $conf;