Comment I still use and like Perl (Score 2) 82
I still use and like Perl. Nowadays, I mostly use it for smallish scripts or medium-sized programs, but I have worked on three quite large systems written in Perl. It was fine. If you're a careful and disciplined programmer, you can write Perl that's just as readable as any other language.
The popularity of Python mystifies me. As a language, it's just... meh... it's OK. But the ecosystem is horrendous. Every time I upgrade to a new major version of Debian, Python scripts that use modules I installed by hand in venvs break left and right. What a mess.