On Aug 29, 2008, at 7:15 AM, [EMAIL PROTECTED] wrote:
Rajanikanth Jammalamadaka wrote:
Could somebody please tell me if perl has any package to interact
with
Apple Events. For example: In python one can use appscript to do the
same.
A quick look on CPAN reveals:
<http://search.cpan.org/~cnandor/Mac-Carbon-0.77/AppleEvents/AppleEvents.pm
>
which looks like it'll do the job.
Or at a higher level, Mac::Applescript. The latter could really use
some data translation utilities to turn the returned values into Perl
structures. I started work on that at one point, but ran out of time.