Hi Struppi
##################
Skalar Cookies
##################
my $cookie;
$cookie = cookie(-name=>'sessionid',
-value=> $Zeitstempel,
-expires=>'+1h',
-path=>'http://localhost/cgi-bin/de-produkte-be.pl',
-domain=>'.euro-superconductors.com',
);
#############
HTML-Kopf
#############
print header(-cookie=>$cookie);
print CGI->header('text/html');
ergibt:
Undefined subroutine &main::cookie called at /usr/lib/cgi-bin/de-produkte-be.pl line 43.
Ein &main habe ich nirgens verwendet. Und subroutinen auch nicht. Was will der von mir?
Gruß Gary