Re: question
[email protected] (Adam Bartley) Wed, 08 May 2002 16:35:03 +0200
| Newsgroups | perl.macperl.webcgi |
|---|---|
| Message-ID | <B8FF0437.2973%[email protected]> |
in article [email protected], Hilary Primmer at [email protected] wrote on 8/5/02 10:22 AM: > We have a WebStar server and I want to run a perl script on it. I have > installed MacPerl on the server but I am having a problem getting the > application run. Can you provide soem guidance as to how best to set up the > server to run my perl scripts in a web environment? Thanks in advance. > > /hilary > > > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > Dear Hilary, If I remember corretly Webstar grew out of MacHTTP, which I occasionally use when testing. There I just put the scripts and html in the same folder as the MacHTTP application. Also, don't forget to save the scripts as CGI, not as normal MacPerl scripts, so it has the little executable handle for the server to use. Let me know if I can help further. Adam