http://www.perlmonks.org?node_id=677956

deepuceg has asked for the wisdom of the Perl Monks concerning the following question:

Hi people, While trying to match two files containing list of names of the persons i am getting memory leak.. i am using the module Lingua::EN::MatchNames; it works well for my need.. but the thing is i am having 20,000 records in each file.. upon checking these names the memory is unable to withstand... So i am in idea to clear the memory after checking each name.. Any suggestions regarding memory handling would be appreciable.. Thanks.