Slashdot Mirror


Perl Design Patterns - Free Book

Scott Walters writes "Perl programmers and Java programmers have a lot to learn from each other. Perl 5 is providing more and more optional stricture, and Perl 6 is expected to provide stricture by default and other goodies as type safety. Perhaps better named "Stupid Perl Object Tricks", Perl Design Patterns proves that a little design, a little computer science, and some style are nothing to fear. This is dedicated to all of the newbies screaming, "The code is fine! Just tell me what the bug is!", and to all of the talented programmers who think Perl deserves a better reputation. Object::PerlDesignPatterns on CPAN is updated less often but has a fatter pipe."

2 of 17 comments (clear)

  1. My two cents worth by Marvin_OScribbley · · Score: 4, Insightful

    This is an excellent book. The author is to be commended for offering a free book such as this. Some parts of it were hard for me to read, basically because the site is (or was) open to editing, and therefore was a bit chaotic. But if you just stick to the main page and read through sequentially it goes pretty well. (Although for some reason the chapters for beginnings should be at the beginning, and they aren't.)

    Overall, Good work! Where is the link to donate money to you via PayPal? (Just kidding, I hate paypal ;) but you outta have some kind of donation link.

    --
    I'm not a journalist, but I play one on slashdot
  2. Hiding the source code is more easy now too by pesets · · Score: 3, Insightful

    Yet another reason to use Perl for mid-sized projects instead of Java, in cases when Java was sometimes chosen only because it was easier to hide the source code of the app/module by coding it in Java, - was recently eliminated by the introduction of obfuscators like Stunnix Perl-Obfus or similar ones. That's a very good news for us Perl fans. Let's hope Perl will be treated even more seriously by corporations when Perl6 will be declared stable..