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
- RE: execute if NOT true. Scott Martin
- RE: execute if NOT true. Mooney Christophe-CMOONEY1
- RE: execute if NOT true. Wagner-David