in reply to Re: Cookie question ....
in thread Cookie question ....
#!/usr/bin/perl my $yySetCookies1 = cookie(-name => "test", -value => "test", -path => "/", -expires => ""); print header(-status=>"200 OK", -cookie=> $yySetCookies1); use CGI qw(:standard); # Must be used to get the param() func +tion #use CGI; use CGI::Carp (fatalsToBrowser); #use CGI::Cookie; use strict; use OLE; use Net::SMTP; # Yes, this will work on windows. use MIME::Base64;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Cookie question ....
by caedes (Pilgrim) on Feb 27, 2003 at 08:59 UTC | |
by Anonymous Monk on Feb 27, 2003 at 09:19 UTC |