- or download this
$cookie_out = $query->cookie( -name=>$cookie_name, -value=>$cookie_val
+ue, -expires=>1400m, -path=>'/',
+ -domain=>$cook
+ie_domain);
- or download this
print $query->header(-cookie=>$cookie_out, -refresh=>"0; URL=$config{b
+aseurl}/?c=TestCookie",);
print $query->start_html(-title=>'.');
print $query->end_html;
- or download this
print "<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=$config{baseurl}/$con
+fig{script_filename}?c=TestCookie\">";