foreach my $event ($xml->{event}) { print "$event->{venue_code}"; #this doesnt work print "$event->[0]->{venue_code}"; #this works }