use XML::Simple; my $xml = XMLin($xmlfile); my @items = @{$xml->{Item}}; print "Contains: ".Dumper(@items);