Help for this page

Select Code to Download


  1. or download this
    $cookie_out = $query->cookie( -name=>$cookie_name, -value=>$cookie_val
    +ue, -expires=>1400m, -path=>'/',                                     
    +                                                       -domain=>$cook
    +ie_domain);
    
  2. 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;
    
  3. or download this
    
    print "<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=$config{baseurl}/$con
    +fig{script_filename}?c=TestCookie\">";