Hi, In an AppleScript script, which calls several apps, there is a call to a Perl droplet. After running, MacPerl sits there, and eventually an Apple event times out, breaking the chain.
I have put MacPerl::Quit(1) at the end of the Perl script, to no effect. MacPerl::Quit(2) unloads MacPerl, but AS doesn't resume. I don't really want MacPerl kicked out of RAM, only AS to proceed. And I've never tried dealing with events. Any suggestion ? Thanks.