in reply to Re^2: So what is your Perl book "Trilogy" anyway?
in thread So what is your Perl book "Trilogy" anyway?

I can't say I've got recipe books for other languages - it's something I tend to shy away from because it feels like they come from the copy-paste school of programming. I do like the Perl Cookbook despite that because I find the explanations accompanying the examples to be suitable detailed and interesting.

  • Comment on Re^3: So what is your Perl book "Trilogy" anyway?

Replies are listed 'Best First'.
Re^4: So what is your Perl book "Trilogy" anyway?
by apotheon (Deacon) on Apr 05, 2010 at 04:26 UTC

    Thanks for the information. I'll see if I can find a copy at the local Barnes & Noble, and take a look at some of the explanatory text and see if it catches my interest.

    print substr("Just another Perl hacker", 0, -2);
    - apotheon
    CopyWrite Chad Perrin