If I'm coming in late on this thread and don't have all the details, forgive
me.
My advice is to eschew CGI.pm and just do something like:
print <<STOP;
HTTP/1.1 302 Moved Temporarily
Location: $URL
Set-Cookie: $key=$value; path=/
STOP
This definitely works. Note the extra blank line after Set-Cookie.
---------------FROM-------------------
David R. Miller
Manager, Computer-Based Testing
Medical Council of Canada
[EMAIL PROTECTED]
(613) 521-6012
(613) 521-9722 (fax)
-----------------------------------------
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web