[OLE] Problems instantiating a Win32::OLE object near the end of script

2008-01-31 Thread Leblanc, Larry
Hello, Problem Description I am experiencing erratic problems with a Perl script as of late. When attempting to instantiate a Win32::OLE object (CDO.Message) near the end of the script (5,000 lines), the script simply ends without any error. The %ERRORLEVEL% at that point has the

Re: Adding matched files to zip archive

2008-01-31 Thread Mike Gillis
Tseng, Joe [CONTRACTOR] wrote: I have mostly figured out how to add files to a zip archive using Archive::Zip::addTreeMatching but I'm getting hung up on what seems to be a subtle point. I have a line that adds files to an archive directory if they're text or INI files: