Help for this page
if ((my $answer = <STDIN>) =~ /^yes$/i) { user_agrees(); ... chomp $answer; die "'$answer' is neither 'yes' nor 'no'"; }