|
Hi,
I am also facing a problem while delteing the file. The file name and the path is correct.
if (unlink($entry) == 0) {
print "File $entry deleted successfully.\n";
else {
print "File $entry was not deleted.\n";
}
and then it prints result as the File <filename> deleted successfully.
But it actaully doesn't do that. files are still in the directory. Is there any setting i have to do in my script? Could you please elaborate on that. I am new to perl. How do you found out the problem and solution for that.
Thanks in Advance,
Deepali
|
|
|
|
|
|
|
// |