On Thu, 8 Apr 2004 07:11:20 -0700, Bill Becker wrote: >What's the best way to deal with these pesky file names in MacPerl???
Use the 3 argument open() (at least I think that's in 5.6.x), or sysopen(). I think you could append a "\0" character too, in the 2 argument open(), but you then would still have the problem with leading spaces. -- Bart.