SLUG Mailing List Archivesrich@xxxxxxxxxxx wrote:
Both Perl and Python have various things to discourage bad programming by default.Quoting Rev Simon Rumble <simon@xxxxxxxxxx>:PHP is just too much of an open invitation to write buggy code.If PERL or Python had as many novice programmers calling their programs PERLxxx or PythonXXX then I'm sure these languages would look just as bad.
The biggest example is probably SQL placeholders, which pretty much remove any chance of SQL injections attack in one fell swoop.
I know for DBI it's very difficult to do any non-trivial work without using them.
Wasn't going to reply at all (risking a flamewar) but the "PERL" pushed me over the edge :)
Adam K