print "Content-Type: text/html\n"; my $cookieID = new CGI::Cookie(-name => 'MerchID', -value => $id); print "Set-Cookie: $cookieID\n";