Help for this page

Select Code to Download


  1. or download this
    
    print "Set-Cookie: $newcookie=$value; path=$path; expires=$time\n";
    print $query->redirect('http://www.perlmonks.org/');
    
  2. or download this
    print $query->redirect('http://www.perlmonks.org/', -cookie => $newcoo
    +kie);