Question about mod_perl 2 and Perl CGI form processor

2006-06-08 Thread Tom Williams
Hi! I'm implementing a Novice Forms HTML form processing script: http://www.noviceforms.com/ on a site hosted on a Apache/2.0.55 (Unix) PHP/4.3.11 mod_perl/2.0.2 Perl/v5.8.8 server. The script runs fine but I notice a strange side-effect. When I fill out the form and the corresponding e-m

Re: Question about mod_perl 2 and Perl CGI form processor

2006-06-08 Thread Jonathan
On Jun 8, 2006, at 3:11 AM, Tom Williams wrote: and I noticed I'm not getting a new worker process after the form is sent, which is possibly fine. I'm suspecting the Apache process where the script ran is hanging out and contains the old form data in its environment so that when I submit

how to close the IO Buffer in mod_perl

2006-06-08 Thread 黄叶
HI, guys.how should I close the iO Buffer?smiliar $| = 1;ThanksMike.G

Re: Question about mod_perl 2 and Perl CGI form processor

2006-06-08 Thread Tom Williams
Jonathan wrote: On Jun 8, 2006, at 3:11 AM, Tom Williams wrote: and I noticed I'm not getting a new worker process after the form is sent, which is possibly fine. I'm suspecting the Apache process where the script ran is hanging out and contains the old form data in its environment so that