Help for this page

Select Code to Download


  1. or download this
    while ($text =~ /$expr/g)
    {
    ...
      # update pos to just after $term
      pos() = pos() - length($suffix);
    }