[ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
http://www.creation.com/~maurice/Apache-FillInForm-0.01.tar.gz I'll put it on CPAN if there's interest. NAME Apache::FillInForm - mod_perl interface to HTML::FillInForm SYNOPSIS httpd.conf: PerlModule Apache::Filter PerlModule Apache::FillInForm FilesMatch \.foo$

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Mark Maunder
Why not just use HTML::FillInForm? Maurice Aubrey wrote: http://www.creation.com/~maurice/Apache-FillInForm-0.01.tar.gz I'll put it on CPAN if there's interest. NAME Apache::FillInForm - mod_perl interface to HTML::FillInForm SYNOPSIS httpd.conf: PerlModule

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Ade Olonoh
httpd.conf: PerlModule Apache::Filter PerlModule Apache::FillInForm FilesMatch \.foo$ PerlSetVar Filter on PerlHandler Apache::RegistryFilter Apache::FillInForm /FilesMatch And then somewhere in your application: use

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
On Sun, Mar 17, 2002 at 04:27:21PM +, Mark Maunder wrote: Why not just use HTML::FillInForm? Maurice Aubrey wrote: http://www.creation.com/~maurice/Apache-FillInForm-0.01.tar.gz This is just a wrapper, similar to Apache::Clean, that makes it simpler in certain situations. If your

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
On Sun, Mar 17, 2002 at 05:19:37PM -0500, Ade Olonoh wrote: httpd.conf: PerlModule Apache::Filter PerlModule Apache::FillInForm FilesMatch \.foo$ PerlSetVar Filter on PerlHandler Apache::RegistryFilter Apache::FillInForm /FilesMatch