my $refdata = XMLin('C:/myxmltest.xml'); foreach my $href ( @$refdata->{'Map'} ){ print $href->{'MapId'} ."\n"; }