On Wed, Mar 05, 2003 at 04:09:46PM -0800, Nicholas G. Thornton wrote: > Also, is there a way to run OSXPerl scripts from Aqua rahter than from Darwin? > And is there any way to make droplets ala MacPerl used to?
If you save a perl script with an extension of command (eg, myscript.command) then double clicking it will run the script in a new terminal window. But that's not very exciting! If you happen to use BBEdit 6.1 or later (the full version, not the Lite one, and not "TextWrangler" or whatever their new thing is called) you can run scripts in a very familiar environment. For droplets you'll probably want to look at Fred Sanchez's DropScript. http://versiontracker.com/moreinfo.fcgi?id=10459&db=mac Simple and effective. Cheers, Paul
