if i print $filename directly after that i do indeed get the correct value but the file is still not created. as far as permissions i'm running this on win32, so i'm not sure if there are permissions like in unix?? thanks again
| [reply] |
You could try creating a file in the directory without using perl. That would confirm the write issue
What is your Win32 platform - if it's NT/2000 you can have restrictive permissions on folders.
| [reply] |