#!/usr/bin/perl use strict; use warnings; use XML::Simple; use Data::Dumper; my $in = XMLin( 'beispiel.xml', ForceArray => 1 ); print Dumper $in->{VERSION}->[-1]->{STAND};