Hi,
i'm using a macperl script to call some external programs. That was working in the past but now i have the problem that MacPerl is just showing the rotating disc instead of going on with the script, e.g., the following script calls the first app and quits it and then just stops not printing '3'.
<--- minimal.pl ---> #!perl -w
use Mac::Apps::Launch;
print "1\n";
LaunchApps('eXet',1);
print "2\n";
QuitApps('eXet');
print "3\n";
LaunchApps('CMT1',1);
print "4\n";
QuitApps('CMT1');
print "5\n"; <--- eof --->
If i just call one app it's working or if i ommit the quit statement. IIRC using Mac::Glue leads to the same result. I tested this a while ago. I'm working under MacOS 9.2.2 and besides of that everything works fine regarding MacPerl and the application mentioned above (The come from TeX distribution called CMacTeX 4.3).
Best regards Martin
-- You can not get anything worthwhile done without raising a sweat. -- The First Law Of Thermodynamics