Hallo,
ich habe eine Cookie erfolgreich geschrieben !!! (super)
Aber WIE kann ich ihn wieder auslesen ?
Warum klappt das folgende nicht ?
-------------------------------------------------------
#!/usr/bin/perl
use CGI qw(:standard);
use CGI::Cookie;
my $wert = cookie("nowis");
print "Content-type: text/html\n\n";
print "<html>";
print "Wert: $wert";
print "</html>\n";
-------------------------------------------------------
vielen dank schon mal im voraus für eure hilfe
cu
ansgar