hello !
I have a problem reading from browser to my CGI script a parameter that was sent to me in GET method. the specific parameter include the sign '+' in it. I receive this paramete with the value without the '+' sign, for example:
# If I have a parameter dir=/lost+found
# when I read it using: $dir = param('dir');
# I get: $dir == '/lost found';