in reply to Re: Is there a way for checking if a Path is correct
in thread Is there a way for checking if a Path is correct

The backslash is only used to prevent the shell from processing special characters. There's no reason to deal with backslashes yourself - if you write a regex, you aren't dealing with any backslashes that might be in the query string as well, are you?
Perl --((8:>*
  • Comment on Re^2: Is there a way for checking if a Path is correct