http://www.perlmonks.org?node_id=602178


in reply to Re: How do I find and delete files based on age?
in thread How do I find and delete files based on age?

Touching on what was replied to you, I'd suggest replacing "rm -rf $_" with "echo rm -rf $_" At least then you can audit it until it works perfectly. ^^