Help for this page

Select Code to Download


  1. or download this
    while ($content =~ m!($code_regex)!go) {
          my $match = $1;
          $content =~ s!$match!$match$href1$i$href2!;
          $i++;
      }