in reply to
CGI form doesn't work by way of SSI
Look at the generated HTML. My guess is that the form's action URL is still the original HTML url, not your form CGI. You'll need to add a parameter to your start_form() call to get the proper action URL.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: CGI form doesn't work by way of SSI
In Section
Seekers of Perl Wisdom