Friday, July 31, 2009

Are there any really good books or websites for intermediate Perl programmers...?

...which give you some great ideas for speeding up your programs processing efficiency?

Are there any really good books or websites for intermediate Perl programmers...?
I'm an intermediate perl programmer myself, and I've found this website very useful:


http://www.developertutorials.com/tutori...


It gives a lot of tips (and examples) on how to optimize your perl code, and squeeze the most out of it.


If you are interested in learning from books, "OReilly, Mastering Perl" would be a good start. It has a whole chapter dedicated to optimization %26amp; debugging of perl programs. "Perl best practices" (OReilly) is also pretty good.


No comments:

Post a Comment