Help for this page

Select Code to Download


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