in reply to Re^4: Perl script end up on saying "Out of Memory !"
in thread Perl script end up on saying "Out of Memory !"

Use a profiler like Devel::NYTProf to find the slow parts, and optimize them. See perlperf for more information.

  • Comment on Re^5: Perl script end up on saying "Out of Memory !"