“Using
perl -eallows 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.
Combineperl -ewith the command line editing
capability of modern shells and you can, write, test, and debug in
record time.“The
-poption tells Perl to act as a stream editor
similar to sed and awk. Perl with the-eand
-poptions can make a nice addition to your Unix
toolbox. Perl has a more familiar syntax than sed and awk for C
programmers, and much more powerful programming constructs…”
NewsForge: Command Line Perl for Sysadmins
                                        By
                                                                            
                                Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends, & analysis

