my $cookie = cookie ( -NAME => $Name, -VALUE => "", -EXPIRES => "now", ); print "Set-Cookie: $cookie";