Help for this page

Select Code to Download


  1. or download this
    if ($string eq m/(this|or_this|or_that)/i) {
    
  2. or download this
    if ($string eq "this" || $string eq "or_this" || $string eq "or_that")
    + {