I'm trying to use CGI to get/set params
within my mp2 PerlResponseHandler, at least until Apache::Request for mp2
is released. The get works just fine but my clients don't see the params I'm
trying to set. Is it likely I just have an error somewhere or is there anything
I have to do differently than just a simple:
$q->param( -name =>
'myparam', -value =>'myvalue')
in my handler?
-
Mike
|
- Re: [mp2] Having trouble setting params with CGI Michael Maciag
- Re: [mp2] Having trouble setting params with CGI Stas Bekman