Re: Is DBIx::Recordset unmaintained ?

2004-05-19 Thread Gerald Richter
Angus Lees wrote: > At Thu, 13 May 2004 08:54:16 +0200, Gerald Richter wrote: >> The development model I would like most, is that there are more >> people contributing and commiting (we have setup a svn repository >> already) so I am not the bottleneck. > > I must be missing something really obviou

Re: Embperl 1.3.6 + FastCGI Form problems

2004-05-19 Thread Gerald Richter
> FastCGI: server "/var/www/cgi-bin/embperl.pl" stderr: > Usage: FCGI::Stream::READ(stream, bufsv, len, ...) at > /usr/lib/perl5/HTML/Embperl.pm line 727. > Could you please try the following patch and let me know if it changes anything? Index: epio.c ==

Re: Emailing the form data on submit

2004-05-19 Thread Gerald Richter
Luiz Fernando B. Ribeiro wrote: > On Mon, 17 May 2004 12:44:54 -0400, <[EMAIL PROTECTED]> > wrote: > >> Can I define a subroutine in embperl and call it when the submit >> button is clicked..? How do I do event handling in embperl (or >> modperl)..? >> Another example can be found in the Embperl d

Re: Difference between %udat and %sdat?

2004-05-19 Thread Gerald Richter
> I would like to share state between the application object and code on > individual template pages for the duration of a request. I'm not sure > what the best way to do this is. > > I considered using %udat, but this causes an unnecessary storing of > the session object at the end of the request.

Re: Server tokens

2004-05-19 Thread Gerald Richter
Brent 'Dax' Royal-Gordon wrote: > % telnet localhost 80 > GET / HTTP/1.0 > > HTTP/1.1 200 OK > Date: Tue, 18 May 2004 22:51:14 GMT > Server: Embperl/2.0b9 Apache/2.0.48 (Unix) mod_perl/1.99_13 > Perl/v5.8.2 > > This is rather nitpicky, but I'd like to either move Embpe