in reply to Re: Win32 spaces in path, open Excel w/ 'system' and glob/DosGlob
in thread Win32 spaces in path, open Excel w/ 'system' and glob/DosGlob

Using File::Spec is always a good idea in my book. If you want your file path code to work on multiple platforms (and to be honest, why wouldn't you?) then using File::Spec takes all the pain away and leaves you free to worry about other things instead :-)

-- vek --