my $string = "abcde67890"; if($string =~ m/a....6/) {print "use ~"}; #### if($string !=~ m/keyword/) {print "howto NOT inverse match?"};