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.
diagnostics (Score:1)
I agree. diagnostics [perl.org] and perldiag [perl.org] are both very nice in that way.
-- dagolden [dagolden.com]
Perl isn't always perfect (Score:2)
The situation with Perl's warnings and errors is not always so rosey. For example, with this program:
We get:
After years of using use strict I got used to the fact that it means that I haven't declared the variable using a "m
Re: (Score:1)