I would not use "\" even on windows paths it makes the pathnames "ugly" id rather use perl syntax (Perl converts it to the systems needs): e.g.: c:/my/path/ ...
You're wrong about Perl converting them. It passes paths to Windows unmodified. "/" works as a path separator because Windows accepts both "\" and "/" as path separators.