in reply to win32/unix compatible code question

As far as I remember, perl will dwym if you use forward slashes as file delimiters.
  • Comment on Re: win32/unix compatible code question

Replies are listed 'Best First'.
Re: Re: win32/unix compatible code question
by Roger (Parson) on Dec 09, 2003 at 23:25 UTC
    Not entirely true though. Whether a bug or not, the ActiveState Perl 5.8 under Windows does not interprete the path delimiter in qx/ / or ` ` correctly if you use the unix forward slashes (/) and you will get run-time errors. There was a discussion on this particular issue last month.

      if you use qw{ } would that not correct it for qw?

      Grygonos