in reply to using CGI with different delimiter than '&'

i forgot some vital points: for instance, this literal string:
DATABASE=inventory+SF=name\&title+param3="3+4"
should evaluate to this name=value pair:
DATABASE = "inventory" SF = "name\&title" param3 = "3+4"