use Mac::Glue;
my $mail = new Mac::Glue 'Mail';
$mail->activate;
$mail->mailto('mailto:pudge@pobox.com');
Yes, this is MacPerl running under Classic talking to a Cocoa app running under Mac OS X via Apple events with Mac::Glue. And it works with very little modification of Mac::AETE::App and Mac::AETE::Format::Glue.
Check out the AppKit docs (Score:2)
Re:Check out the AppKit docs (Score:1)
If you do come across docs that discuss where on the filesystem the AppleSc