John W. Krahn writes:
> if ( $regex ) {
> # is the string true in a boolean context?

That makes sense (too bad I didn't think of it). So I guess my error message 
was complaining about my use of the three regular expression memory 
variables ($` $& $') which were then seen as being unused.

> If you want to include options like /i you will have to use an extended
> pattern like "\b(?i:the)\b" or "\b(?i)the\b".

Thanks!

-- 
Kevin Pfeiffer <[EMAIL PROTECTED]> - www.iu-bremen.de
("But WHY is it genetive?") ;-)

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

Reply via email to