|
|
| P is for Practical | |
| PerlMonks |
Re: Lost query in CGI::App::FastCGI on POSTby greatshots (Pilgrim) |
| on Nov 21, 2006 at 21:05 UTC ( [id://585418]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
From basic understanding on perl CGI, I could say that the above replacement won't work as you expect. Have you read any manual which says about CGI::Application -> CGI::Application::FastCGI ?
Update 1 - Begin Have you happened to see the below note ? Note that cgiapp_init() will be called only once under lifecycle of FastCGI. setup() will also only be called once. (you should not be doing magical things in 'setup'.) So if you want to do something for every REQUESTS, you should write the logic in cgiapp_prerun(). reference Update 1 - End
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||