> Note, it's case insensitive, if you don't want that, remove the g from
> s/$lookfor/$replacewith/ig;

If you want it case sensitive, remove the "i" not the "g".  The i designates
ignore case. :-)

--
Life would be so much easier if we could just look at the source code.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to