>> Sebastiao Alves Barata <[EMAIL PROTECTED]> writes: > Why is $PREMATCH not changing on the seconde match? Because there's no match the second time. From perlvar(1): $PREMATCH $` The string preceding whatever was matched by the last successful pattern match [...] -- Marcelo
- Problem with Prematch not changing Sebastiao Alves Barata
- Marcelo E. Magallon