in reply to Re: When constructing a URL from script variables, how do I handle spaces properly?
in thread When constructing a URL from script variables, how do I handle spaces properly?
And it seems to work good for my purposes.$value =~ s/\s/\%20/g;
|
|---|