in reply to Re^4: How to set up xcode 4.2 to run perl scripts ?
in thread How to set up xcode 4.2 to run perl scripts ?

These should help:

* FYI: Executing Perl scripts from within Cocoa applications built in XCode IS possible. You would create a new project, add a new file, then under 'Other' select 'Shell Script' (not 'pure' Perl). However, even if you *only* plan to use AppleScript for your Cocoa app, this is a pretty top heavy approach.

Apologies for not being more clear earlier.

UPDATE
Thursday, Nov 3, 2011 :: 7:59 PM Added note on executing Perl shell scripts from within XCode.


"...the adversities born of well-placed thoughts should be considered mercies rather than misfortunes." — Don Quixote
  • Comment on Re^5: How to set up xcode to run perl scripts? [From AppleScript's do shell script]