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
- RE: how to set more then one cookie Matthias Hanns
- RE: how to set more then one cookie Geoffrey Young
- Re: how to set more then one cookie Alex Menendez
- RE: how to set more then one cookie Geoffrey Young