Help for this page
if ($answer ne 'y') { print "OK\n" ; ... $quit = 1 ; die "OK!\n\n" ; }
$quit = ($answer !~ m/^y/i);