Hi, I am experiencing a problem when running the MacPerl Tool under MPW. When executing the 'system()' call within a loop, I am unable to terminate either the script or MacPerl because Toolserver is trapping the <Command><.> event. Thus, Toolserver quits but, of course, is restarted at the next iteration of the loop. The event never reaches Perl or MPW. Is there a better way to do this (beyond not using the system() call)?