|
|
|
|
|
by einhverfr
5133 days ago
|
|
Agreed. There is plenty of awful perl code out there. I have worked on codebases that did things like: some_func(\%$some_object, \%some_hash); and used variables like $a and $b as mainline code parameters... However, if having dangerous features were something to hold against a language in general, nobody would be using C (maybe Linux in such an alternate universe would be written in Fortran or some other abomination). On the whole, I think that well-written Perl is very good. Poorly written Perl is... well, poorly written. |
|