Rob Dixon wrote: > > John W. Krahn wrote: > > > > $TextBlockToConvert =~ s/"([^"]*)"/length $1 ? '"<FONT Color=BLUE>\1<\/Font>"' : > > '""'/eg; > > Almost right! But the deprecated \1 in the replacement string won't > work with the /e modifier: it needs to be $1. Although I'm sure you > knew that.
Yes, but I didn't really look at the replacement string, I just copy/pasted in in there. :-) John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]