I am currently writing Perl scripts that use path extensively and I use the "join" function a lot.
I want to use these scripts on both unix and windows and I would like to find a generic way to create my path:
the separator for unix is "/"
for windows it is "\"
Is there a way to do that ?
Thanks in advance for your help.
I want to use these scripts on both unix and windows and I would like to find a generic way to create my path:
the separator for unix is "/"
for windows it is "\"
Is there a way to do that ?
Thanks in advance for your help.