hi
i have created a directory , say dir1_temp using following command in perl script
mkdir("dir1_temp",0777)
it is working fine in linux platform but not in cygwin . it is creating the directory but does not allows to write any thing .can any one tell how to solve this so that when i create directory it automatically gice permissions to write to it . i want every thing in perl script only.
thanx
sachinc