From: Harry Putnam <[EMAIL PROTECTED]> > Scripting in perl on a Windows OS and spaces in file names. > > I'm pretty sure this has been covered many times here, and I believe > there are modules and such devoted to the problem but searching on > www.cpan.org > with various search strings hasn't turned up something specifically > for this problem, although I may have missed it if the name isn't > clearly about this problem.
I seriously doubt there are any modules realted to this in any way. Except maybe Shell.pm. > I plan to write a script that checks for and then deletes massive > numbers of files. I'm sure many will have spaces in the name. Perl generaly doesn't have any problems handling such files, you may have to enclose the filenames in quotes when starting other executables, but if you stay within Perl you don't need to care. Try to write the script you need and come back if you run into problems. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>