|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: How do I read POST data that is not encoded, and was submitted without a parameter nameby isotope (Chaplain) |
| on Dec 14, 2001 at 21:38 UTC ( #132004=note: print w/ replies, xml ) | Need Help?? |
|
Start with this: And see what's coming in on stdin. The problem should be much clearer, and CGI.pm is not the answer, since your input is not conformant with CGI standards. Update: Ok, after re-reading your first post, I see that you've already tried this. Now I'll attempt to answer your questions directly. You have the right idea with that sample code, and no, CGI.pm won't help you one bit. You're not dealing with true CGI data. CGI.pm shouldn't be updated to deal with this, because your application isn't compliant with the CGI specifications, which, circularly, is why CGI.pm won't help you out. --isotope http://www.skylab.org/~isotope/
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||