Help for this page
use strict; while (<>) { print "You typed:\n$_\n"; }
test You typed: ... You typed: Hello