I am testing a string like so:  if ($url =~ /maincat/)  { block }  but I
want to execute if it does NOT find maincat.  How would I do that?
Could I use a ! in front of the = 
thanks
 
-Scott
 

Reply via email to