in reply to Re^2: Another update: "Exploring Programming Language Architecture in Perl"
in thread Another update: "Exploring Programming Language Architecture in Perl"

The best book I know of for this kind of advice is the venerable Strunk and White classic Elements of Style.


TGI says moo

  • Comment on Re^3: Another update: "Exploring Programming Language Architecture in Perl"

Replies are listed 'Best First'.
Re^4: Another update: "Exploring Programming Language Architecture in Perl"
by billh (Pilgrim) on Nov 22, 2006 at 03:12 UTC
    Thanks for the pointer. I've now bought and read that, and I have to agree it's a wonderfully concise and elegant description of all of my mistakes ;-).
    Seriously I'm at this very moment reviewing my source text with that book in hand, hopefully the results will be apparent next time I push.
    Bill H
    perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'