in reply to Interfacing Perl with other languages

I have found one particular interface very useful for interfacing with ObjectiveC (for Mac programming) - CamelBones.

If you are into ObjectiveC, and perl, it's a lot of fun..

The other one that comes to mind, that I hadn't already seen here may be too obvious to mention, but it's very useful:
backticks. You can pass arguments via shell and files pretty intuitively.

-d

  • Comment on Re: Interfacing Perl with other languages