in reply to Re^2: RFC: Porting map() and grep() to AppleScript
in thread RFC: Porting map() and grep() to AppleScript
... i thought it was twiiter :-)
...seriously.... the conventional way to introduce non-perl scripts here, is to wrap them in an here doc, like:
... then everybody is happy#/usr/bin/perl my $scriptSrc = <<"EOF"; <SCRIPT LANGUAGE="APPLESCRIPT"> # all your applescript here EOF print $scriptSrc,"\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: RFC: Porting map() and grep() to AppleScript
by ambrus (Abbot) on Nov 24, 2009 at 11:29 UTC |
In Section
Meditations