At 06.58 -0500 1999.02.23, Peter Westlake wrote: >Is MacPerl 5.2.0r4 compatible with Mac OS 8.1 and 8.5.1? I hope so, I've been using it on 8.5.1 for a long time now. :) >I tried simplifying the script: $script = 'display dialog "foo"' >didn't do anything. From the Script Editor, it displayed the dialog. Hm. The following here does nothing? #!perl -w $script = 'display dialog "foo"'; MacPerl::DoAppleScript($script); That is odd. You might have a broken MacPerl app or something. I've never had a problem with anything like that. I'd try to get a new copy of the MacPerl app installed. Maybe someone else has an idea. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch