I have a 2 part question,
a) in general, who do you set up a script for working in windows and the unix environment, say if the script takes command line options and interacts with the filesystem in both cases?
b) specifically I am using the GetOpts::std module for reading in switches, however on win32 starting with the directory "My documents", when you type in the path (say myScript -p C:/My Documents) what is read in from he command line is "C:/My". How does perl deal with the spaces in win32 directory names, and how do you set up a script for handling the issue on win32, as well as handling unix filesystem?
aristAugust