# -n switch execution # LINE: while (<>) { .... # your command is executed here } #### # -p switch execution # LINE: while (<>) { .... # your command is executed here } continue { print; } }