http://www.perlmonks.org?node_id=658650


in reply to "+" stripped from CGI params

I would suspect that this has to do with the different options for the form's enctype when the method is POST. This controls the way the parameters are delivered to CGI, from memory:

My guess would be that since the default is to replace all spaces with "+" the CGI parameter processing by default does the reverse