Re: Embedding perl ?
Re: Embedding perl ?
- Subject: Re: Embedding perl ?
- From: Karl Kraft <email@hidden>
- Date: Fri, 14 Mar 2003 11:08:54 -0800
You could just make it one long NSString and pass it to the perl
interpreter via NSTask and a NSPipe.
However strings(1) would still allow the smarter end users to find it.
So you may want to obscure it. If you do a decent job of obscuring
it, then you could leave it as a resource, unobscure it in code, and
then pass it to the perl interpreter.
If it is short you could just convert it to C
On Friday, March 14, 2003, at 09:19 AM, Rhon Fitzwater wrote:
any one can look at the package contents and see the code of the perl
script. I would like to be able to embed the perl script into my *.m
file. Is this possible?
_______________________________________________
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.