| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: value with '=' - equal sign
From: Philippe Paclet <paclet_at_dada.it>
Date: Tue, 10 May 2005 18:19:51 +0200
Right, which in Perl means use pattern substitutions on regular
$paramValue =~ s/=/%3D/g;
and, more generally, characters with special meaning in URLs should be 'urlencoded':
$paramValue =~ s|([+<>%"/?=&])|sprintf("%%%02X",ord($1))|g;
Philippe Paclet
Ralph Mitchell wrote:
>You could probably make it work by replacing the trailing equal sign
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info