Help for this page
if ($response ~~ ['yes', 'Yes', 'YES', 'y'])
if (lc $response ~~ ['yes', 'y'])
if (lc $response ~~ [qw(yes y)])