Unable to find Date::Calc in the ActiveState Package Repository

2008-06-15 Thread Leblanc, Larry
Hello, I was wondering why the Date::Calc package is nowhere to be found in the ActiveState Package Repository (http://ppm4.activestate.com/MSWin32-x86/5.10/1002/package.xml) for ActivePerl v5.10.0.1002? Larry ___ Perl-Win32-Users mailing list

Errors attempting to enumerate registry keys using Win32::OLE WMI

2008-05-29 Thread Leblanc, Larry
G'Day, I think I've uncovered a bug as I'm getting the following error message when attempting to call the EnumValues method of the StdRegProv WMI class: Faulting application perl.exe, version 5.10.0.1002, faulting module perl510.dll, version 5.10.0.1002, fault address 0x00074d42. I'm

RE: UInt32 cast as SInt32

2008-05-23 Thread Leblanc, Larry
Works like a charm! Thanks, I'll be sure to read up on these 2 functions shortly. :) Larry -Original Message- From: Mark Dootson [mailto:[EMAIL PROTECTED] Sent: May 23, 2008 7:53 AM To: Leblanc, Larry Cc: perl-win32-users@listserv.ActiveState.com Subject: Re: UInt32 cast as SInt32 Hi

UInt32 cast as SInt32

2008-05-22 Thread Leblanc, Larry
G'day, When attempting to retrieve an unsigned, integer (UInt32) value from winmgmts:\\.\root\cimv2\Win32_Share.Type (i.e. WMI), Perl is returning incorrect values (ex.: -2147483648 when I should be getting 2147483648 or -2147483645 instead of 2147483651). This obviously has to do with

[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