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

Re: [MacPerl] macweblint 1.020.1



>>Here's the Applescript:
>>
>>------
>>property perlScript : "PowerCenter:Desktop Folder:macweblint.pl"
>>
>>tell application "MacPerl"
>>	return Do Script ({perlScript}) mode Batch without extract
>>end tell
>>------
>
>Why are you putting perlScript into {}'s?  That's making a string into a
>list containing a string.  You probably don't want to do that - since the
>Do Script command is expecting a string...

Actually, it works either way (list or string). I've tried both. The
results are the same.

-heath



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