in reply to Leak Hunting

If your memory footprint gets smaller at some point, most likely this is not a memory leak issue.

In a leak scenario, the code (in this case, Perl itself or perhaps a module's code) would be loosing track of previously allocated memory areas.

Can you provide sample output showing the memory utilisation? You're not looking at the RSS alone, are you?