Forum Moderators: travelin cat
I'd put this in the perl forum, but it's a Mac-only question.
I currently know of only three ways to run a perl program:
1. Open up terminal and use the command-line to run the program.
2. Make the program's extension ".command," in which case it opens Terminal.
3. Make it a CGI script and start it through my browser. :-P
Surely there are other ways? Some programs I'd like to give me instant feedback (and so I want the terminal), but there are plenty of others (e.g., a script that cleans a directory every thirty minutes) that shouldn't need a Terminal window open.
Any help would be appreciated.
Here's a good primer on using CRON under Mac OS X:
[macdevcenter.com...]
I know that this is probably not what you are looking for but I came accross anothe GUI tool for Perl here. [q41.de...]
Best wishes
Sid