use XML::Simple; use Data::Dumper; my $xml_hashref = XMLin($file); print Dumper $xml_hashref; #Just to see how it is structured