Help for this page
use strict; use warnings;
print 'Prompt message: '; my $reply = <>; print $reply;