Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Intermittent empty POST

by nmerriweather (Friar)
on Jul 16, 2006 at 21:16 UTC ( [id://561602]=note: print w/replies, xml ) Need Help??


in reply to Re: Intermittent empty POST
in thread Intermittent empty POST

mod_perl doesn't meddle with the apache internals, it hooks into the apache internals

'meddle' has a negative connotation. it makes it sound like mp needs to do meddle with apache to get things done, when mod_perl was designed to let people script apache in perl,

in any event, chances are you're missing post data, because of some sort of variable declaration issue. since mp is persistant, vars you create in one server request will still hang around on the next response -- unless you properly scope and delcare them

first thing with mod_perl is to make sure you have no issues with use strict and use warnings

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://561602]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 04:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found