I use Perl and WinZip's command line interface to automatically move ("-m" operator adds to ZIP and deletes from original location) folders / files to ZIP files. In PERL v5.6.1 the "move" would permanently delete the folders / files but in PERL v5.16.1 the "move" only moves the files to the Recycle Bin. My Recycle Bin is now constantly full, so is there a way to automatically empty the Recycle Bin via a Perl script? Or is there a way to have WinZip's "-m" operator for WZZIP permanently delete folders / files in Perl v5.16.1?
Thank you for your help!