I want to traverse a directory tree, find all files using a specific pattern (like *.tmp), and then if the modification age (-M) is over a certain limit, delete it.
File::Find looks like it would be good for that, but the man page gives no real examples. There is a reference to a pfind script on CPAN, but it no longer seems to exist. Could someone give me a SIMPLE way to use File::Find to do the above? . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]