On Friday, May 24, 2002, at 07:44 , Lance Prais wrote:

> One more question, how can I make it that it is not case sensitive when 
> find
> something out of a text doc?
[..]
>                 next unless(/$target/);

                                next unless(/$target/i);

perldoc perlre

your friend in time of need....

Why it's basically just like all the sed commands,
and is really close to being like lex and yacc,
but without all the makefiles....

ciao
drieux

---


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

Reply via email to