Help for this page

Select Code to Download


  1. or download this
    Unmatched [ in regex; marked by <-- HERE in m/([ <-- HERE B|b)
    
  2. or download this
    /([B|b)/
    
  3. or download this
    if ($_ = /([A|a])/) {