#!/usr/bin/perl print "Set-Cookie: lonlon=KIC; expires=Thu, 1-Jan-2030 00:00:00 GMT;\n"; print "Content-type: text/html\n\n"; exit 0;