By: Hubert Chen
Using perl -e allows you to specify a script right on the command line. It’s a powerful, underused feature even for people who use Perl regularly. Perl’s powerful command line options make it a more flexible replacement for sed, awk, and even vi. Combine perl -e with the command line editing capability of modern shells and you can, write, test, and debug in record time.