in reply to Re: win32/unix compatible code question
in thread win32/unix compatible code question

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.

Replies are listed 'Best First'.
Re: Re: Re: win32/unix compatible code question
by Grygonos (Chaplain) on Dec 10, 2003 at 20:19 UTC
    if you use qw{ } would that not correct it for qw?

    Grygonos