if (defined $ref) { print "REF: $ref
\n"; $HASH = eval ($ref); %data = %$HASH; } else { %data = {}; } print "MYHASH: $_ $data{$_}
\n" for (sort keys %data); exit; #### REF: $VAR1 = { 'KeyWordMapper:Modify' => 'notify', 'DispatchHistory:Restore' => 'notify', 'BuildReport:CSETicketSummary' => 'notify', 'Agenda:StatusRestore' => 'notify', 'BuildReport:SQATestDetails' => 'notify', 'Agenda:Create' => 'notify' };