in reply to Re: Can files with extension ".command" on MacOSX be perl scripts? What is a way to let users execute Perl scripts on macosx from Finder?
in thread Can files with extension ".command" on MacOSX be perl scripts? What is a way to let users execute Perl scripts on macosx from Finder?
so it might be inconvenient, but at least you can fire your arbitrary script this way.do shell script "/some/unix/command with args | here to | there >outpu +t";
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can files with extension ".command" on MacOSX be perl scripts? What is a way to let users execute Perl scripts on macosx from Finder?
by halley (Prior) on Feb 14, 2005 at 20:08 UTC | |
by merlyn (Sage) on Feb 14, 2005 at 21:51 UTC |