use XML::Simple; my $xml=<<'EOXML'; 18 220 EOXML my $xs = XML::Simple->new; my $ref = $xs->XMLin($xml); use Data::Dumper; warn Dumper($ref);