in reply to Re^11: Compare 2 XML files
in thread Compare 2 XML files

if ( exists $appid{$ssrid} ){ push @eventrecords, { eventid => $ssrid, name => $appid{$ssrid}, }; }

Replies are listed 'Best First'.
Re^13: Compare 2 XML files
by snehit.ar (Beadle) on Jul 11, 2017 at 09:52 UTC
    its working , thanks you so much !!!