Re: mod_Perl script and SSI need advice

2002-11-22 Thread Coexec
C Here is an example of what I mean: C Here is a basic form built with cgi.pm. C Name the script test C print header; C if (param(foo)) { C print start_html, C You Entered: ,em(param(foo)), C } C else { C print start_html, C start_form(-action=/perl/test), C

Re: mod_Perl script and SSI need advice

2002-11-21 Thread Perrin Harkins
Coexec wrote: Hi all, I have a question about how to pass form data with mod_perl and SSI. I have an HTML page with a mod_perl script included. The script creates a form and takes its input and then prints output based on the input (pretty basic). I have the form action set to the script

Re: mod_Perl script and SSI need advice

2002-11-21 Thread Coexec
Coexec wrote: Hi all, I have a question about how to pass form data with mod_perl and SSI. I have an HTML page with a mod_perl script included. The script creates a form and takes its input and then prints output based on the input (pretty basic). I have the form action set

mod_Perl script and SSI need advice

2002-11-20 Thread Coexec
Hi all, I have a question about how to pass form data with mod_perl and SSI. I have an HTML page with a mod_perl script included. The script creates a form and takes its input and then prints output based on the input (pretty basic). I have the form action set to the script