Help for this page

Select Code to Download


  1. or download this
    $pos = 0;
    while ($m = shift @markers) {
    ...
        last if (($pos = index $htmlfile, '"', $pos) < 0);
        substr($htmlfile, $pos, 0) = $m;
    }