frobnicate( $_ ) for `cat foobar.txt`; #### { local @ARGV = 'foobar.txt'; frobnicate( $_ ) while <>; } #### frobnicate( $_ ) while <>; #### #!perl -n frobnicate( $_ );
## { local @ARGV = 'foobar.txt'; frobnicate( $_ ) while <>; } ##
## frobnicate( $_ ) while <>; ##
## #!perl -n frobnicate( $_ );