Comment Still using Perl... (Score 1) 82
... though not exclusively. There are cases where making the choice between Perl and Python still has me leaning toward Perl. Perl was my first (non shell) interpreted language and it still feels like a comfortable pair of slippers.
I had to modify a Perl script written back in 2010 when the Govt recently decided to change the format of data I was reading via Perl. It took longer to figure out the change in the data than it did to modify the 15 year old Perl script.
Python is fine -- I really like the ArgumentParser module and a few others -- but going back to make changes to an old Python script is more painful than it is for a similarly aged Perl script. What helps when I have to deal with Python is using Code with some plugins that make the indentation more obvious (esp. Blockman).