Re: perl scripting in AppleScript
Re: perl scripting in AppleScript
- Subject: Re: perl scripting in AppleScript
- From: John Fowler <email@hidden>
- Date: Tue, 23 Dec 2003 16:48:22 -0600
On Dec 23, 2003, at 3:03 PM, email@hidden
wrote:
Multiple -e blah things work fine in do shell script:
do shell script "perl -e '$test = \"This is a test\";' -e 'print
$test;'"
The syntax I was trying to describe would be more like:
do shell script "perl -e '$test = \"This is a test\";"
do shell script "perl ' -e 'print $test;'"
I doubt this would work. In fact it yields a null string.
John Fowler
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.