I need to parse for above file content for "script=.." and add the values (ie runFlow;runServer...) to a hash.
I have another file with the similar content I have to retreive the values like above assign to another hash. Then compare the two hashes to find out the difference between two files. Please advise.
Perl
Last Comment
ozo
8/22/2022 - Mon
Adam314
A hash is a set of key, value pairs. From the above, what do you want to be the key, and what the value?
saibsk
ASKER
Actually I want to compare what processes i.e the values assigned to the "script" in 1 file are missing from the other file. I am not sure how would I go about that. Could you suggest me what is a good way for the comparison