For information on the writing your own CGIs, Plug-Ins and Java servlets, see:
http://dev.starnine.com/
There is also an active and helpful mailing list, WebSTAR-Dev. To sign up on the Web, see:
http://www.starnine.com/address-list-editor.html
Or send an email message with the word "subscribe" in the subject to:
mailto:webstar-dev-request@starnine.com
If you are also interested in the WebSTAR API and discussions about furthering it, see the Development site for information as well as instructions on signing up for the WebSTAR-API mailing list.
Scripting tools for WebSTAR include:
Simple but slow language lets you access many other applications on the server.
WebSTAR supports the standard Perl language via MacPerl. For the simplest implementation, save the Perl script (using MacPerl) as a CGI or ACGI (those options are in the save dialog of MacPerl). However, it does not have all the Unix system support that many Perl scripts expect, so you may have to make changes or use another scripting language.
Install MacPerl onto your server, and address the CGI as you would anywhere else.
http://www.iis.ee.ethz.ch/~neeri/macintosh/perl.htm l
http://www.ptf.com/macperl/
http://www.perl.com/CPAN-local/doc/FAQs/mac/MacPerlFAQ.html