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

I'll check BBEdit out. Thanks for the tip!

One other idea that occurred vis-a-vis perl & xcode is:
set output to do shell script "<somehow get the name of my perl script + and any args here>"
i.e. Disguise perl proj's as applescript projects with a simple applescript to run the actual perl and grab the output.

I am having fun right enough. Maybe too much!

Replies are listed 'Best First'.
Re^5: How to set up xcode to run perl scripts? [From AppleScript's do shell script]
by luis.roca (Deacon) on Nov 03, 2011 at 23:33 UTC

    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