# Delete the collected files through loop foreach my $file_todelete (@files_to_delete) { $dropbox->delete($file_todelete); }