You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Nikolay Melekhin <ni...@mtu-net.ru> on 2003/03/12 14:19:54 UTC

Some bug in Request::ParseParams()

        Hello!
        I think that in Request.pm there is a small error

270c270
<           $todecode =~ s/%([0-9a-fA-F]{2})/pack("C",hex($1))/ge;
---
>           $todecode =~ s/%([0-9a-fA-F]{2})/pack("c",hex($1))/ge;

-- 
Best regards,
 Nikolay Melekhin                          mailto:nikolay_melehin@mtu-net.ru



---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org