in reply to Book update: "Exploring Programming Language Architecture in Perl"

Thank you very much for the PDF, Bill! and kudos for this nice work.

Replies are listed 'Best First'.
Re^2: Book update
by billh (Pilgrim) on Oct 22, 2006 at 21:14 UTC
    No problem. The PDF is in a pretty sorry state though, There are too many listings littering the main body, I'll have to push them to an appendix or to the end of each chapter, but I'm more focussed on the HTML right now.
    Bill H
    perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'