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


in reply to how to make this code more efficient? Need to Compute the Min and Max of a Temperature using an equation

I suggest you run your program under Devel::NYTProf to find out where it's spending all its time. Then you can focus on where the problem really is.

  • Comment on Re: how to make this code more efficient? Need to Compute the Min and Max of a Temperature using an equation