Hi all, I am putting together a script on windows.
It uses filehandles. The problem is that for some reason it dosen't like the path and won't create the folders and/or file. Regards Stuart Clark $OutFile = "c:\\invoices\\current\\sales"; open (OUTSALES,">$OutFile") || die "could not create $OutFile"; ##Blah Blah rest of script## The error is : could not create c:\invoices\current\sales