On 22/9/02 02:04, "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote:

>>>>>> "Erik" == Erik Price <[EMAIL PROTECTED]> writes:
> 
> Erik> I just found this article in my ADC and figured I'd pass it along to
> Erik> the list:
> 
> Erik> http://developer.apple.com/internet/webservices/applescripttoperl.html
> 
> Thanks for the promo.
> 
> And if you have any suggestions for anything else, please let me know!

As usual, the Perl section of this works flawlessly but the Applescript
doo-dah chokes around:

========================================

set output_file to (path to temporary items folder as string) &
"fetch_headlines.html"
write_to_file(output, output_file, false)
tell application "Finder" to open output_file

========================================

With the Finder complaining it can't set path to temp items.

This on Mac OS X 10.1.5, AS 1.8.3, Perl 5.6.1 and ScriptDebugger 3.0.4. Has
anybody else seen this?

Regards,

Phil.

Reply via email to