[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] set data from AppleScript



At 23:49 -0800 2000.10.14, g3pb wrote:
>i have a compiled AppleScript that i want to use to call a MacPerl script
>with a number of different values. how is this done.

tell app "MacPerl"
   Do Script [myscript.plx, val1, val2, val3]
end tell

The values of val1, val2, val3 get put into @ARGV.

-- 
Chris Nandor                      pudge@pobox.com    http://pudge.net/
Open Source Development Network    pudge@osdn.com     http://osdn.com/

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org