Re: Cocoa and PERL
Re: Cocoa and PERL
- Subject: Re: Cocoa and PERL
- From: Chilton Webb <email@hidden>
- Date: Thu, 19 Jul 2001 22:07:10 -0500
I know this is probably more suited to the Carbon Dev list, but since
we're on the subject, is there a way to do this from within a Carbon app?
-Chilton
On Thursday, July 19, 2001, at 09:52 PM, David P. Henderson wrote:
First off, just to make it clear, you're dealing with a total newbie
here; however, I was wondering A) is possible to wrap a PERL
script(MisterHouse) and create an interface for it in Cocoa, and B)
where I might find info on such a combination of PERL and Cocoa?
Yes, you want to use Foundation NSTask which allows you to run another
program as a subprocess of your application. Check out
<http://www.cocoadevcentral.com/> for an example of using NSTask
Dave