I'm using cron to run a perl script that cleans up files older than a certain date. This works fine. My problem is that some of the files were created by oracle in 664 mode. This means that I as a regular unix user don't have the permission to delete these files unless I confirm the deletion manually. Meaning, I can go delete the files, but I'm prompted for confirmation each time. My question is, does anyone know a workaround in perl so I can cron this file deletion script, and not have it fail because of the file permissions?