while (<>) { # Do something here } #### while (<>) { print; } #### while (<>) { s/oh/Ohio/g; print; }
## while (<>) { print; } ##
## while (<>) { s/oh/Ohio/g; print; }