Help for this page
Select Code to Download
Select
or
download this
my $string = "abcde67890"; if($string =~ m/a....6/) {print "use ~"};
Select
or
download this
if($string !=~ m/keyword/) {print "howto NOT inverse match?"};