Wiggins d Anconia wrote: > I suspect your comment about wanting "%POST and %GET" has more to do > with the 'and' than the values on either side. If my assumption is > correct and you are passing *both* values in the content body and in the > url header then I believe you are forming a non-standard HTTP request > which is why CGI.pm doesn't have (at least I don' think) a way to pull > both sets of data.
My guess is that he really meant either, but that is just a guess also. I think it better to ensure that CGI is called only with POST requests. Of course, if that can't be helped, then CGI.pm will quite happily put the values gleaned through the channel appropriate to the request method into the same hash, returnable using the Vars method of the object. > So the real answer is don't do it that way as it is > a poor design issue, however, not all design issues can be fixed, so to > hack around it I suspect you could pull out the POST data, then grab the > actual full URL then pass it back through CGI's private methods to grab > the data that is there also and combine the two... > > But I am guessing.... > > http://danconia.org > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]