Harald Meier wrote:
Dear list members,

I am using Apache-2.0.50 and mod_perl-1.99_16.
I would like to know the most secure, best, and fastest way to parse arguments.
I tried libapreq, but got some strange errors, arguments stayed persistent from one request to the next and other strange things happened.



That happens when creating closures and has **nothing** todo with libapreq but is most of time an "error" in your application code (show us the app-code where libapreq caches params). I'd advise you to not use any param functions yourself. You could also use CGI.pm.



Now I am using the following function and I am happy with it,
but I dont think that it is really the best way to go.

[...]

Tom

Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to