perl

Highly capable, feature-rich programming language

brewmacoslinux
Try with needOr install directly
Source

About

Highly capable, feature-rich programming language

Commands

perlperldocperlbug

Examples

Execute a Perl script$ perl script.pl
Run Perl code directly from command line$ perl -e 'print "Hello, World!\n"'
Search and replace text in files$ perl -i -pe 's/old_text/new_text/g' file.txt