Re: NSTask, Perl, HTML
Re: NSTask, Perl, HTML
- Subject: Re: NSTask, Perl, HTML
- From: Karl Kuehn <email@hidden>
- Date: Wed, 14 Jan 2004 16:08:49 -0500
CamelBones is probably a better way of doing this. There seems to be
no active development on it, but it could still be used for what you
want:
http://sourceforge.net/projects/camelbones
Or there is a Obj-C - Perl bridge that might do the task (I have not
used it).
Karl Kuehn
email@hidden
On Jan 14, 2004, at 6:50 PM, Kevin Wojniak wrote:
My program currently does parsing of HTML through some Objective-C and
PHP (loaded off a server).
I want to be able to parse content out of HTML using Perl, but here's
my problem. I want the Cocoa program to manage downloading the HTML
(through CURLHandle), then it passes to a Perl script the HTML data,
and the Perl script returns the parsed string. But how would I pass a
huge HTML document through NSTask to a Perl script...and if I could,
would there be any memory issues or what not?? (maybe this is simple
and I'm just a noob..)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.