Is there any way to pass and get parameters while redirecting?
more specifically my module1 is using
$q->redirect(-url => 'my url/module2.cgi', -cookie => "$cookie");
in the
module2.cgi I want to get Product_id parameter.
Can you please show me a way out?
Thanks
Saumil