in reply to Why is my program so slow even though I've used hashes?

Try using Devel::DProf to profile your code. It will show you which subroutines are taking a long time to finish.
  • Comment on Re: Why is my program so slow even though I've used hashes?