Mod_perl how to include the result of mod_autoindex?

2003-08-14 Thread Coexec
I am writing a mod_perl script using CGI.pm and Apache 1.3.28/Linux. I am trying to figure out how to use Apache's mod_autoindex to display a directories contents within the output the CGI. Apache is configured correctly, I am not asking for Apache help. The end user will submit a form. One of

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(

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 outp

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 (action="/perl/test.c

Migrating from CGI.pm to Apache::Request question.

2002-11-19 Thread Coexec
Hello all, I have been searching through the mailing list archives for the answer to my question, but I have not found it. I am experienced with using the CGI.pm, and now I want to rewrite all of my CGI's using mod_perl and Apache::Request. According to everything that I have been reading, the Ap