I've got a Perl script that needs to run continuously on a OS X machine, launching at start up.
How do I set it up so that it runs in the background as a process after the machine boots. No human interaction needed or wanted.
Thanks. (I'm sure it's rather simple, but I've not done it on OS X)