|
|
|
|
|
by thesuperbigfrog
1093 days ago
|
|
>> My main issue with Perl-scripts is that they often are not "readable" by anybody but the original creator. 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: https://learn.perl.org/ http://blob.perl.org/books/impatient-perl/iperl.htm |
|