Are there any perl scripters around here?
Hi all,
for a client project I need to run a perl script. I don't yet know how much perl programming beyond that client project I will do - the language is a bit "different" and this is my first use of it.
To invoke perl from ExtendScript means to take the detour via AppleScript, "do shell script" and finally the perl command. With a plugin that overhead can be minimized. For now I got this proof of concept working, and I'm sure I can tweak it to my needs:

This still needs better argument, result and error handling, there is no binding for the InDesign object model, I only have a temporary targetengine, and so forth. To maintain ports across InDesign versions and platforms will also require some work. Before I spend any more effort, my main question is: Would anybody be seriously interested in such a plugin?
Dirk