When i try to create a file and write it to the path given it generates an error and the file is not created ,is it the directory rights or the way i am doing it the reason for its failure ,as i have checked the rights on the directory and there is a write access on it.
$filename = "/path/to/the/file/file$x.xml";
open(TAR,"> $filename"
|| die;
Thanks
Kavi98
$filename = "/path/to/the/file/file$x.xml";
open(TAR,"> $filename"
Thanks
Kavi98