Earlier quoted context omitted.
Perl? Wow. Is that better than bash, python or even nodejs? Why write in Perl over these? Serious question, was propaghandized to hate Perl.
Perl better? maybe or maybe not. It can be very useful and they are pretty robust. I often found Perl scripts running for years and years without issues at different companies. My main issue with Perl-scripts is that they often are not "readable" by anybody but the original creator. Which of course left the company. (not a fault of Perl itself tough) But your millage may vary and any script can be made (un)readable.
Anyone writing Perl scripts like this should not be trusted with any programming language.
Perl scripts are no less readable than bash scripts or Awk scripts. This is because so much of Perl was written to do the same work as bash, awk, sed, and the other related Unix text processing command line programs, but all under one roof.
Don't believe me? Take a look for yourself: