-p (and -n) wraps your code in:
while (<>) { # ... your code here ... } continue { print $_; }
In reply to Re^2: which use for any Perl elements?
by Anonymous Monk
in thread which use for any Perl elements?
by mat21
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |