Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Goodeye

    Help with purging directories and rmdir

    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...
  2. Goodeye

    Help with purging directories and rmdir

    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...
  3. Goodeye

    Help with purging directories and rmdir

    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...
  4. Goodeye

    Help with purging directories and rmdir

    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...
  5. Goodeye

    Problems with authenticating and general setup.

    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...

Part and Inventory Search

Back
Top