in reply to What's the better Perl style? Define parameters or not?
This review of Perl for C Programmers, written by a highly respected Perl and C programmer, former Perl 5 pumpking Nicholas Clark, should prove useful in assessing the book you're currently reading.
As for Perl books, I recommend Perl Best Practices which, in Chapter 9, page 194 recommends: "Don't use subroutine prototypes".
|
|---|