I think I have solved it. The fact that I was in the current directory and that the Find worked from last to first in the directory list was causing the problem. I took each entry from the $File::Find::dir output and put into an array
if ( -f ) {
print...
In the case of the above error, the only file in that directory was the sdm.txt that I touched with a certain modified stamp to fit in my search pattern. The script removes files older than a certain date which I can pass on the command line. Once it unlinks the last file in the directory, I...
The error check reports this message:
/transcode/tc-video/08-05-2007/sdm.txt 07/07/07 12:00:00 0
/transcode/tc-video/08-05-2007
Unable to remove sdm.txt : No such file or directory
The first line is a print of $File::Find::name and the second is a print of $File::Find::dir.
I have tried...
I have created a perl script which will recursively delete files based on 2 command line arguments. I am attemping to add the ability for this script to clean out empty directories on it's way through also. I have tried using the rmdir command in a couple of variation, but have not been able...
Hello,
I am running "Apache/2.0.55 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e mod_auth_sspi/1.0.3 configured" and am trying to authenticate against a Windows domain. When I tell my ssl.conf file to "require valid-user" I get a password prompt but nothing I use will validate. My site is composed of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.