At 17.20 -0400 1999.04.21, bobbys wrote: >I'm looking to call a compiled c++ app from a perl script. Once the app >runs, I >need the perl script to continue. > >Can anyone point me in the right direction? (ie, a hint at what I should be >looking for to accomplish this) MacPerl itself cannot do this. You might be able to communicate directly with MPW or CodeWarrior to do it. See CodeWarriorLib.pm on my site (http://pudge.net/macperl/), or just learn how to call your favorite MPW compilers from perl, e.g.: `mycompiler foo.c++` or whatever. -- 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 macperl-request@macperl.org