in reply to Re: which use for any Perl elements?
in thread which use for any Perl elements?

(post is a little bit irrelevant to the questions asked)

-p (and -n) wraps your code in:

while (<>) { # ... your code here ... } continue { print $_; }