Help for this page
Select Code to Download
Select
or
download this
chomp( my $word = lc $_ ); if $word eq 'y' or $word eq 'yes';
Select
or
download this
if /^y(?:es)?$/i;