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