on 2/19/02 5:24 PM, Simon Cozens at [EMAIL PROTECTED] wrote:

> Peter R. Wood (Lists):
>> if ($query =~ /\/\*\+\s+(.*)\s+\*\//) {
> 
> First thing I'd do is remove the Leaning Tentpole Syndrome:
> 
>> if ($query =~ m#/\*\+\s+(.*)\s+\*/#) {
> 
> and probably leave it at that.

Ahhhh yes, I seem to remember the irrational over-escaping of characters
talk at one of the sessions at TPC last summer.  Was it MJD's Red Flags talk
maybe? :-)

Peter
-- 
Peter R. Wood - [EMAIL PROTECTED] - http://prwdot.org/

Reply via email to