I just saw this on the AppleScript mailing list.
John is probably not a member of this list but I'll bet someone here can help off list.

Isn't there a module available?

To: [EMAIL PROTECTED]
From: John DeYoung <[EMAIL PROTECTED]>

**** Begin copy ****

Apologies for being a little off-topic...

I've inherited a Perl script with a few routines invoking AS commands which, being 
written a couple of years ago, expects to make the calls through MacPerl.  Needless to 
say, it breaks under OS X, but the client still wants to use it.

As you'll soon figure out, my Perl is pretty much limited to spelling its name 
correctly, so I may be up against something trivial, but does anyone know how I can 
rewrite the MacPerl calls to run straight through the included Perl under OS X?  The 
operative sections all look like this:

{

MacPerl::DoAppleScript(<<END_SCRIPT);

        tell application "$myApp"
                [...]
        end tell

END_SCRIPT
}

Thanks in advance,
-John DeYoung
**** End copy ****

-- 
-->  There are 10 kinds of people:  those who understand binary, and those who don't 
<--

Reply via email to