RE: invoking perl from html

2009-07-16 Thread David Christensen
Chuck Crisler wrote: > I need to execute a Perl script on the server from my HTML. I > found examples of running a script in the browser and I know how to > configure Apache. I just don't know how to invoke a server script. I > need the answer, but it would really be helpful to also know where to >

Re: invoking perl from html

2009-07-16 Thread Raymond Wan
Hi Chuck, Chuck Crisler wrote: This isn't exactly on-topic, but maybe someone can help me with this problem. I need to execute a Perl script on the server from my HTML. I found examples of running a script in the browser and I know how to configure Apache. I just don't know how to invoke a ser

Re: invoking perl from html

2009-07-16 Thread Chuck Crisler
One more piece of info. I am not using a form. I have an example from Apache for that. Chuck On Thu, 2009-07-16 at 20:48 -0400, Chuck Crisler wrote: > This isn't exactly on-topic, but maybe someone can help me with this > problem. I need to execute a Perl script on the server from my HTML. I > fo