About
Pricing
Community
Teams
Start Free Trial
Log in
oleber
asked on
3/17/2009
split the args in Apache2 mod_perl
In a request like
http://www.example.com/xpto?a=b&c=d
from the $r->args I get the "a=b&c=d"
Now I need to split the args into a hash to get the arguments in the original format, without encodings.
How do I do this?
Perl
Apache Web Server
10
1
Last Comment
oleber
8/22/2022 - Mon