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 > > > > PerlSetVar Filter on > > PerlHandler Apache::RegistryFilter Apache::FillInForm > > > > > > And

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: > > This is just a wrapper, similar to Apache::Clean, that makes it simpler in certain situations. If your c

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Ade Olonoh
> httpd.conf: > > PerlModule Apache::Filter > PerlModule Apache::FillInForm > > PerlSetVar Filter on > PerlHandler Apache::RegistryFilter Apache::FillInForm > > > And then somewhere in your application: > > use Apache::FillInForm; >

Re: [ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Mark Maunder
Why not just use HTML::FillInForm? Maurice Aubrey wrote: > > I'll put it on CPAN if there's interest. > > NAME > Apache::FillInForm - mod_perl interface to HTML::FillInForm > > SYNOPSIS > httpd.conf: > > PerlModule Ap

[ANNOUNCE] Apache::FillInForm

2002-03-17 Thread Maurice Aubrey
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 PerlSetVar F