Oops, wow. Yeah, here's what it's supposed to be:

if ( $query =~ m#/\*\+\s+?(.+?)\s+?\*/# ) {
   $hint = $1;
}

-- 
Peter R. Wood (Lists) - [EMAIL PROTECTED] - http://prwdot.org/
----- Original Message ----- 
From: "Greg Marr" <[EMAIL PROTECTED]>

> 
> You've revised it too much here.  You have (+*?) when you should have 
> either (.*?) or (.+?), probably the latter, and you lost your 
> trailing /.


Reply via email to