At 4:13 PM -0700 7/12/02, Noah Hoffman wrote:
>Hi There,
>
>       I'm porting some perl files that used to run in MacPerl 5.6.1 
>to OS X and Perl 6.  The scripts had to call some AppleScript with 
>MacPerl::DoAppleScript() but this no longer works in Perl 6.  Does 
>anyone know the new way to call an AppleScript from Perl?

MacPerl::DoAppleScript is part of MacPerl, not perl - ergo not 
included with perl 6.

You can either port MacPerl::DoAppleScript, or invoke osascript from 
a system call or backticks.

-Jeff Lowrey

Reply via email to