NSTask, Perl, HTML
NSTask, Perl, HTML
- Subject: NSTask, Perl, HTML
- From: Kevin Wojniak <email@hidden>
- Date: Wed, 14 Jan 2004 15:50:18 -0800
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..)
Thanks,
Kevin
_______________________________________________
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.