Help for this page

Select Code to Download


  1. or download this
    my $regex = mkre($s);
    while( $string =~ m/$regex/g )
    ...
      warn "$s: $re\n" if $DEBUG;
      qr/$re/x;
    }