Help for this page

Select Code to Download


  1. or download this
        if ($response eq 'yes' || $response eq 'Yes' || $response eq 'YES'
    + || $response eq 'y') {
    
  2. or download this
        if ($response =~ /^y(?:es)?$/i) {