My script uses CGI.pm to upload a user-selected file to the website server, followed by MIME::Lite to e-mail the file to a recipient. If I use $msg->send to mail the attached file using 'sendmail', is it safe to delete the uploaded file from the server immediately afterwards?