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.
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:Perl isn't always perfect (Score:1)
Reply to This
Parent