Paul Lalli schreef:

>       s/$h1_sec/$mod_sec/; #replace the pattern found with the
> modified version

Many s/$search/replace/ constructs should have been written with
quotemeta, so that they look like:

    s/\Q${search}/replace/

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to