#!/usr/local/bin/perl ########################################################################## # cookie2: Read login cookies ########################################################################## use CGI "cookie"; print "Content-type: text/html \n"; print "\n"; $loginId = cookie('login'); # read the login cookie $name = cookie('name'); # read the name cookie if(! $loginId) { # is there no login id cookie print "