On 15 Aug 2000 [EMAIL PROTECTED] wrote:

>   Log:
>   fix $r->args(undef)

speaking of which... does $r->args handle multiple args with
the same name correctly? the docs imply that it doesn't. i
haven't tried it myself to see.

if i'm using Apache::Request, does setting a param get
translated back down into $r->args? prolly not huh.

i recently had the situation in webmail where i had to
unescape, utf8-encode, and re-escape each param value, and
then reformulate the query string. would have been cool if i
could have just stepped through $r->param and set the values
for each param, and then used $r->args at the very end.

Reply via email to