in reply to Optimizing existing Perl code (in practise)

check out Effective Perl Programming - it's a great resource that shows you idiomatic perl which 4 times out of 5 is faster than the most of the other ways in TMTOWTDI.

-derby

  • Comment on Re: Optimizing existing Perl code (in practise)