home *** CD-ROM | disk | FTP | other *** search
- #!/usr/local/bin/perl
-
- # 1996 Eric Fixler/DXM
-
- push(@INC,"cgi/");
- require "cgi-lib.pl";
- &ReadParse;
-
- $cookieName = $in{'cookieName'};
- $cookieValue = $in{'cookieValue'};
- print "Set-Cookie: ".$cookieName."=".$cookieValue."; domain=.dxm.com; path=/;\n";
- #print "Content-Type: text/html\n\n";
- #print "Set-Cookie: ".$cookieName."=".$cookieValue."; domain=.dxm.com; path=/;\n";
- print "\n";
- print "\n";
- print "\n";
-
-