Avatar of oleber
oleber
Flag for Portugal

asked on 

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?

PerlApache Web Server

Avatar of undefined
Last Comment
oleber

8/22/2022 - Mon