in reply to Re^4: What is the meaning of this line in Perl on linux?
in thread What is the meaning of this line in Perl on linux?

As you might expect, Windows PowerShell is fine with forward slashes in file paths. Hopefully, as PowerShell gradually supplants the truly awful old CMD.EXE there'll be even less need to use backslashes in Windows file paths.

Replies are listed 'Best First'.
Re^6: What is the meaning of this line in Perl on linux?
by ikegami (Patriarch) on Mar 29, 2022 at 16:11 UTC

    cmd is fine with "/" as well, though quoting is necessary.