NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PBP (Score:1)
I'm not completely reformed yet, but ...
I like the book so well I bought the course for my colleagues.
I like the book so well I bought a second copy to keep at the office.
Bill
# I had a sig when sigs were cool
use Sig;
Re:PBP (Score:1)
However the book is not perfect.
I've been stung by three of Damian's recommendations so far: replacing '' with q{} (without thinking); using 'version.pm' (won't compile on Solaris); using 'Readonly' instead of 'constant' (Readonly won't compile on Solaris).
And I refuse to use '
Re:PBP -- compiles on Solaris? (Score:1)
version.pm' won't compile on Solaris
Per CPAN Testers, version and Readonly compile on Solaris with 5.8.5 http://testers.cpan.org/show/version.html [cpan.org] http://testers.cpan.org/show/readonly.html [cpan.org]
Are you trying to use Solaris bundled 5.005_03? Trying to build C-based modules with a different compiler than Perl was built with?
Bill
# I had a sig when sigs were cool
use Sig;
Reply to This
Parent