[MacPerl] passing arguments: AppleScript to MacPerl

[email protected] (Louis Pouzin) Sat, 7 Jul 2007 19:43:33 +0200 (MEST)
Newsgroups perl.macperl
Message-ID <[email protected]>
On Fri, 29 Jun 2007 23:14:37 -0700, Joshua Juran wrote:

set names to {...}
set argv to names
copy dog to beginning of argv
tell perl to do script argv

Hi Josh,

Thanks for your answer. As you can read in my response to Nobumi, this =
scheme fails on both my mac's. I suspect it is an AppleScript problem, =
not a MacPerl one.

>These days I don't use MacPerl anymore -- I have my own port of perl to =
a Unix-like environment that runs on classic Mac OS.

Why ? Is this more effective than running OS X ?

Best