Write the output from AppleScript in a file and from that file your Perl Script can read the data. Also you can invoke your Perl Script directly from AppleScript.
--- montana <[EMAIL PROTECTED]> wrote: > I am trying to combine the powers of applescript and > perl to better search data on some flat files. > Because I'm using a Mac, I do not believe there is > GUI toolkit for Perl and OSX "Aqua", so I'm using > the GUI tools associated with AppleScript to gather > the data from the user. Applescript will then > collect the variables from the User and pass them to > the perl script for processing. My question then, is > how do you pass variables to perl script from the > Unix command line and how are those variables > processed within the script? More than likely, the > variables will need to be passed to either an array > or hash. > > Thanks in Advance. > SA > :) > > -- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
