in reply to Re: (nrd) Quality Perl/CGI programs?
in thread Quality Perl/CGI programs?
I was shocked, as this was code written by a "professional." I can count about six errors in those three lines of code.$filename =~ m/(.*)/gi; $filename = $1; open FILE, "$filename";
You are quite right, warnings, strict, CGI, and taint are a good start. But you do need to still read the code before you use it. I don't think there is anything to help avoid a good code review.
update: The programmer still works there. I don't, by my own choice.
--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:^3 (nrd) Quality Perl/CGI programs?
by newrisedesigns (Curate) on Feb 09, 2003 at 20:15 UTC |