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
> 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
==
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
> 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.
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