in reply to Re: HTTP redirection and parameter access
in thread HTTP redirection and parameter access
I tried
$q->redirect( -url => 'my_url/module2.cgi',
-cookie => $cookie,
-name => 'Product_id',
-value => "$product_id"
);
and was getting error.
Thanks
Saumil