K
Kev
Apologies if this is something simple but I can't find the answer
anywhere...Anyone able to point me in the right direction?
All I want to do is pass files to a perl script on the command line
(Windows) - simple enough usually. I'm having problems when the file I
want to pass has a space in the path...
i.e. perl script.pl c:\a dir with spaces\file.txt etc...
@ARGV[0] only contains as far as the first space.
What do I need to do pass the full path? I feel this should be really
simple but whatever it is I can't spot it.
Cheers and TIA,
Kev
anywhere...Anyone able to point me in the right direction?
All I want to do is pass files to a perl script on the command line
(Windows) - simple enough usually. I'm having problems when the file I
want to pass has a space in the path...
i.e. perl script.pl c:\a dir with spaces\file.txt etc...
@ARGV[0] only contains as far as the first space.
What do I need to do pass the full path? I feel this should be really
simple but whatever it is I can't spot it.
Cheers and TIA,
Kev