Hi all together,

when I want to set one cookie I use the following way:

...
my $cookie = CGI::cookie( ... );     # or with OO: my $q = new CGI; my
$cookie = $q->cookie( ... );
...
print CGI::header($cookie);
...

Now my question: How I can set more then one cookie? Any hints, where I can
read or how to do?
Thnx, Matthias

Reply via email to