Help for this page

Select Code to Download


  1. or download this
    chomp( my $word = lc $_ );
    if $word eq 'y' or $word eq 'yes';
    
  2. or download this
    if /^y(?:es)?$/i;