in reply to totally lost
if ($input !~ /badinput/) { ... } [download]
Or
if (!($input =~ /badinput/)) { ... } [download]