in reply to Matching and concatenating similar Eventids
This will add the filename to both the open file and the "other" file's entry.if (you-have-a-duplicate) { $data{$other_file} =~ s/^([^\|]*)\|/\1\/$other_file\|/; $data{$open_file} = "$open_file/$other_file|$status|$event_id|$msci +_sec_code"; }
|
|---|