Help for this page
#! perl use strict; ... 7 42 0
while (defined($_ = <STDIN>)) { print; } while ($_ = <STDIN>) { print; } while (<STDIN>) { print; }