in reply to Win32::OLE Task Scheduler Options?

Why use Win32::OLE ? Why not use Win32::TaskScheduler ? ... apart, of course, from the sheer thrill of learning ;-)

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^2: Win32::OLE Task Scheduler Options?
by Anonymous Monk on Dec 30, 2008 at 18:31 UTC
    Learning is always a plus for, I was using ppm from version 5.10 and didn't see it so I'm assuming I'll need to download from CPAN and build it correct?
      Yep, assuming you have the appropriate compiler, which since you're using ActiveState, will be M$ VC++. perl -V will provide more details of the appropriate versions of VC++ etc. etc that you'll need.

      A user level that continues to overstate my experience :-))