Help for this page
use strict; use warnings; ... while (<>) { print; }
use strict; use warnings; ... while (<STDIN>) { print; }