my $response = qr/^(yes|no)$/; while( chomp( $_ = ) ) { /$response/ and print "$1 entered for system.$/" and last }