Help for this page

Select Code to Download


  1. or download this
    sub in {
      my($inQuestion)= shift;
    ...
      }
      return false;
    }
    
  2. or download this
    in($question, "a", "b", "c");
    
  3. or download this
    if ($day =~ /^(?:Mo|Tu|We|Th|Fr|Sa|Su)$/) ...
    
  4. or download this
    if (defined $mnth= $monthNum{$month}) ...