$paramData = &replaceParamsInString($self->{debug},$contentRequest,$paramsMLToRequest); #A hash named $requestParams is created containing all #the data needed for the http transaction. This data #is then stored in $self->RequestParams, and no further data # is needed. my $requestParams = $self->{RequestParams}; $requestParams->{cgi_method} = $self->{method}; $requestParams->{url} = $self->{Find}->{baseUrl}; $requestParams->{httpContent} = $paramData;