http://www.perlmonks.org?node_id=48038


in reply to Win32 module for WinNT at scheduler?

No. Don't modify Schedule::At.

use Win32::AdminMisc;

Check out Dave Roth's Perl site.

Specifically, go to Win32::AdminMisc and see the ScheduleAdd, ScheduleDel, ScheduleGet, ScheduleList methods.

Update: Of course, you CAN modify Schedule::At if you want. But if you need a quick solution to a problem and use a module that (I think) is pretty stable then just use the above.