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.
Ugh indeed (Score:1)
Every CGI I write uses taint-mode, warnings, strict, and CGI.pm.
I can't tell you how many times I've had people call me to do maintenance on an old script to add some small additional functionality and I've had to either convince them that I should rewrite the entire thing from scratch, or turn them down outright since I won't add my name to the list of people responsible for it breaking or being c
Re:Ugh indeed (Score:2)
I have a friend who's doing a complete rewrite of Webmin using strict, automatic tests, modules, etc. I believe he wants to sell it as a commercial product, though.
Reply to This
Parent
Re:Ugh indeed (Score:1)