Help for this page

Select Code to Download


  1. or download this
    ...
    # FAILS
    ...
    if ($file =~ m/$regex/i) {
        print "\nTest with backslashes -- If stmt is true...\n";
    }
    
  2. or download this
    
    Test with forward slashes -- If stmt is true...
    
    Test with backslashes -- If stmt is true...