Hallo,
Status: 302
Content-Type: text/html
Location: url
danke für die Antwort, ich bin leider kein Perl Profi und weis somit nicht, wie ich das in dem Code einsetzen soll ?
#!/usr/bin/perl -w
use CGI;
$query = new CGI;
$cookie = $query->cookie(-name=>'Testcookie',
-value=>'on',
-expires=>'+1h',
-path=>'/');
print $query->header(-cookie=>$cookie);