in reply to Re: replace / with \ using regular expressions?
in thread replace / with \ using regular expressions?

hi daveorg, Thanks for making this clear to me.
  • Comment on Re^2: replace / with \ using regular expressions?

Replies are listed 'Best First'.
Re^3: replace / with \ using regular expressions?
by Marshall (Canon) on Jun 20, 2009 at 15:40 UTC
    I would just point out that the Perl functions on Windows don't care about / vs \. If you calling a Perl function leave it in a/b/xyz format. Of course a command to the Windows shell is different.