Help for this page
find2perl . -type f -mtime +7 -maxdepth 0 -exec rm {} \;
if(-M $file > 7.0) { unlink $file; }