In article <p05101403b8a4959ec807@[192.168.1.100]>,
 [EMAIL PROTECTED] (Paul N. Schatz) wrote:

>       It would be much nicer to simply pass myStr directly to the 
> perl script for execution without the use of a temporary file, but I 
> can't seem to do it.
> 
>       This subject was discussed on the MacPerl list quite a while 
> ago, but I couldn't make the methods discussed there work.

Well, in MacPerl, it is very different than in perl.  In perl, you might 
try executing from the command line, something like `osascript 
scriptname | perl perlscriptname`, where the output is piped to perl, 
etc.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to