Hi!. I have many XML files and a fixed list of words in a text file ("dictionary"). I want to compare each XML file with the dictionary and save another file. This new file must contain the same words of the dictionary and the frequency of ocurrence in the XML file (could be zeros). Is it possible to do this in Perl?
Thank you for any help.