Help for this page
... if(not $test_string =~ /$regex/) { ... } ...
... if($test_string !~ /$regex/) { ... } ...