in reply to Re: Passing Arguments With Perl/Cgi
in thread Passing Arguments With Perl/Cgi

That last one should be: $stringNEE =~ tr/+/ /; (It's a LOT faster to use tr/// than s///g.)