Bishma has asked for the wisdom of the Perl Monks concerning the following question:
use CGI qw/:standard/; use CGI::Carp 'fatalsToBrowser'; use CGI::Cookie; my $cname = new CGI::Cookie(-name => '2930ForumCookie', -value => "$in{name}|$time|$oldtime", -domain => '.2930online.com', -expires => "$exp"); print "Set-Cookie: $cname\n"; print "Content-type: text/html\n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cookies and the macintosh
by Cody Pendant (Prior) on Aug 29, 2002 at 09:55 UTC | |
|
Re: (nrd) Cookies and the macintosh
by newrisedesigns (Curate) on Aug 29, 2002 at 06:13 UTC | |
|
Re: Cookies and the macintosh
by Cody Pendant (Prior) on Aug 29, 2002 at 09:50 UTC | |
by Bishma (Beadle) on Aug 29, 2002 at 09:57 UTC |