0

I need to use a perl script to communicate with a running OS X app (that I am developing). The app doesn't need to communicate back to the script. What are some simple / clean ways to do this?

wsdookadr
  • 2,584
  • 1
  • 21
  • 44
Tom Hamming
  • 10,577
  • 11
  • 71
  • 145
  • This question requires opinion to answer, as there are many options available. Opinion questions are problematic at stack overflow, not the least reason of which: to express an opinion it needs to have some reasonable basis, and the description you've given leaves no foundation for such a basis. – mah Apr 16 '14 at 20:18
  • @mah updated question to clarify. – Tom Hamming Apr 16 '14 at 20:28
  • How frequent is this communication, and what's the payload like size-wise? – jscs Apr 16 '14 at 20:32
  • @JoshCaswell quite small. The purpose is to feed it paths of files to process. – Tom Hamming Apr 16 '14 at 20:40

1 Answers1

3

Here are a few possible solutions:

Community
  • 1
  • 1
wsdookadr
  • 2,584
  • 1
  • 21
  • 44