foreach my $Event (in $Events) { foreach my $Attr (in $Event->Attributes) { print $Attr->{Name}, ' = ', $Attr->{Value}; } }