Help for this page

Select Code to Download


  1. or download this
    my @MATCH_RE = ( 
      q%(?:this|or|that)%,
    ...
      }
      return 1;
    }
    
  2. or download this
    my @SUB_RE = ( 
      q@%(?:this|or|that)%bob%gsi@,    
    ...
      }
      return $str;
    }