use strict; use warnings; use Data::Dumper; use XML::Simple; my $xml = XMLin(\*DATA); print Dumper $xml; __DATA__ Portland 32 Berlin 20 Pune 16