#!/usr/bin/perl -wT ############################################################ ## Written and copyright 2002 by ## Jacqueline D. Hamilton (kira@cgi101.com) ## ## This code is excerpted from "CGI Programming 201" ## (http://www.cgi101.com/advanced) ## ## You may use this code on your own website, however ## you may not publish or sell any copy or derivative work ## without permission of the author. ############################################################# use strict; use lib '../'; use MyBoard; &do_header("$btitle Administration"); print qq(

$btitle Administration

\n); print qq(Post New Message

\n


\n); # Cancel Messages print < Cancel Message #: You will be able to view the message and the IP address it was posted from before canceling it.
EndCancel # Edit Message print < Edit Message #:
EndEdit print qq(

Back to $btitle

\n); &do_footer;