#! /usr/bin/perl

use CGI qw(:standard);
print header();
print start_html("Comments Submission"), h1("Comments Submission");
print p("Your comments are currently:");
print hr();
print p(cookie('NotePad'));
print hr();
print p("Your comments, once submitted, will be available to all project management personnel as well as any technical personnel.  While  most users are restricted from seeing all comments from all personnel, they should not assume that comments are private.");
print p("To submit your comments, <A HREF='submit.pl'>click here.</A>");

print end_html();