On 1/22/07, Gerald Wheeler <[EMAIL PROTECTED]> wrote:

I have a huge number of very, very large files in /var/tmp with file
names as such: CGItempnnnn (n is a random number)

I am assumming that these files were created is association with a file
upload utility I have that uses HTML and Perl, one for each file
uploaded.

I clean up the actual uploaded files after 10 days... can I safely
delete all these (Perl created I assume) CGItempnnnnn files  ??

It sounds as if your upload utility isn't cleaning up its temporary
files. Why don't you fix it to do that? The unlink function is
documented in the perlfunc manpage. Cheers!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to