in reply to Re^4: Read the attribute from xml filein thread Read the attribute from xml file
while( my( $att, $attref ) = each %{ $event->{attribute} }){ print "$att required " if $attref->{required}; } [download]