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]

Reply via email to