in reply to Win32 iTunes Alarm Clock (Ole!)

Nice!

I'm writing a Perl module to make it easier to use the Apple SDK from a Perl script on Windows.

I posted some examples online. The code hasn't been wrapped into a proper CPAN module, yet. You will need to replace

use iTunes::Win32::COM;

with

require COM;
and drop COM.pm into the same directory with the script that uses it.