http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__request.html
mentioning that my @params = $r->param() no long returns a unique list of the params. IE that ?a=b&a=c will return (a, a), not (a), which is how it worked in libapreq1.
Adam
http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__request.html
mentioning that my @params = $r->param() no long returns a unique list of the params. IE that ?a=b&a=c will return (a, a), not (a), which is how it worked in libapreq1.
Adam