After porting one of my mod_perl apps from 1 to 2, I thought that I
had it working but then later found that for some users, POST form
data was not available.
thanks for the report.
can you let us know specifically the version of CGI.pm you were using. also, please try with the latest CGI.pm from CPAN and see if that helps you.
I'm going to write a POST test or two and add it to the Registry test suite, though it might not help since you say you don't see the issue all the time.
at any rate, if you could post a snippet that shows pretty much how you use CGI.pm to get the POST data, I'll use that approach for the tests to help reduce it some (the import statement, calls to $q->param, etc).
thanks
--Geoff