Re: [MacPerl] doing apple scripts

2003-03-19 Thread Nicholas G. Thornton
--Joshua Juran wrote: >># Usage: MacPerl::DoAppleScript(script). > Do you understand what this means? Not quite, but I do now. Doing some testing, I think there's some sort of error in the applescript itself. It works fine compiled as itself, but I get different sorts of errors when trying to Ma

Re: [MacPerl] doing apple scripts

2003-03-19 Thread Joshua Juran
Replying to my own message. --On Wednesday, March 19, 2003 4:07 AM -0500 Joshua Juran <[EMAIL PROTECTED]> wrote: my $script =

Re: [MacPerl] doing apple scripts

2003-03-19 Thread Joshua Juran
--On Tuesday, March 18, 2003 8:51 PM -0800 "Nicholas G. Thornton" <[EMAIL PROTECTED]> wrote: I'm trying to run an applescript from perl using MacPerl::DoAppleScript(). The script when compiled works fine as AppleScript, but I can't seem to get it to work quite right in MacPerl. And so I put it to