in reply to Net::FTP

One can also use the command:
$ftp->delete($file) or die "Error in delete\n";
If you would like to delete the file from FTP server. Aaron Taylor