Re: NSTask & NSPipe to perl script
Re: NSTask & NSPipe to perl script
- Subject: Re: NSTask & NSPipe to perl script
- From: Jim Turner <email@hidden>
- Date: Thu, 01 Feb 2007 10:22:53 -0600
- Thread-topic: NSTask & NSPipe to perl script
I've used CamelBones to do some "heavy lifting" regex work before and it's
always performed quite nicely, even on very large datasets.
http://camelbones.sourceforge.net/
If you've never had the pleasure, it allows you a direct interface to perl
from Cocoa as a framework.
Jim
On 1/31/07 12:39 PM, "David Brennan" <email@hidden> wrote:
> Hi
>
> I am trying to send text to a perl script, I want to apply regular
> expressions to the text, then I use the result.
>
> I am using a pipe to send the text. I create the pipe, and the file
> handle, and it works for small text strings.
>
> When I try to pass the text from a 100 page PDF, it fails. Is there a
> limit on the amount of data I send to a script, or am I just doing
> something wrong?
>
> Thanks,
> Dave.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden