Re: Perl
Re: Perl
- Subject: Re: Perl
- From: Patrick Tescher <email@hidden>
- Date: Wed, 23 Jan 2002 22:06:35 -0800
Jody, thanks for your response. I really need an open source program. I took
a look at Moriarity, but I don't see an advantage to it over a simple do
shell script command in an applescript. If another method pops up I might
use that.
>
in cocoa-dev digest v2, #65, patrick wrote:
>
> Message: 12
>
> Date: Wed, 23 Jan 2002 16:28:17 -0800
>
> Subject: Perl
>
> From: Patrick Tescher <email@hidden>
>
> To: Cocoa Developers <mailto:email@hidden>
>
>
>
> Is there an easy way to run a perl script from a cocoa app? Or do you
>
> have to write a objective-c or java class to run it. I heard they are
>
> working on a perl - objective-c bridge, but it isn't here yet.
>
>
i'm not sure if this is what you're looking for, but i have written a cocoa
>
app whose sole purpose is to use "plugin" scripts (could be perl, sh, etc.)
>
for processing files dropped on the app. i've been a bit distracted lately
>
by other projects, so it's only about 90% complete, but i could release it
>
soon. it will be freeware, but i'm not sure if i will make the source open
>
or not. when it's released, i may post an announcement to the list, but i
>
can send you an email if you want.
>
>
if you can't wait, or what i've written about doesn't sound like what
>
you're after, or you just want to diy, you should check out the "moriarity"
>
example project on the adc site, which shows how to wrap an arbitrary unix
>
command in a cocoa app. be aware, though, that there are a couple bugs in
>
it, which i think have been discussed in the list.
>
>
perl-objc bridge would be cool thing though!
>
>
-jf
References: | |
| >re: Perl (From: email@hidden (Jody Fairchild)) |