in reply to Escaping parentheses in regexps
if ($concat !~ /\Q$string/) { $concat .= " and $string"; } [download]
_________broquaint
if ($concat !~ /other stuff\Q$string\E more other stuff/) { $concat .= " and $string"; } [download]
Scott Project coordinator of the Generic Model Organism Database Project