Re: perl in scriptmenu
Re: perl in scriptmenu
- Subject: Re: perl in scriptmenu
- From: Reinhold Penner <email@hidden>
- Date: Tue, 3 Sep 2002 19:27:49 -1000
JD,
#!/usr/bin/perl
open F, '>/private/tmp/junk.txt'; print F "Success"; close F;
You say it works. Can someone else please try it and confirm this.
The script above did not work. But when I changed it to a valid dir, it
did work:
#!/usr/bin/perl
open F, '>/junk.txt'; print F "Success"; close F;
I got a junk.txt file containing the word Success at the root of my
disk.
-Reinhold
_______________________________________________
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.