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