#!/usr/bin/perl ############################################################ # BBS_ENTRANCE.CGI # # This script was written by Gunther Birznieks # Date Created: 4-18-96 # # You may copy this under the terms of the GNU General Public # License or the Artistic License which is distributed with # copies of Perl v5.x for UNIX # # Purpose: To provide a front entrance to the bbs_forum.cgi script # to show some of its features. # # All this script does is print out an HTML form. It really does no # other significant processing at all. # # SPECIAL NOTE: THIS IS NOT A NECESSARY SCRIPT TO RUN THE BBS. IT # MERELY EXISTS TO PROVIDE AN *EXAMPLE* OF DIFFERENT PARAMETERS THAT # CAN BE USED TO ENTER A BBS FORUM. # # Read the Comments in the header of the bbs_forum.cgi script # with advice on how to call it directly from an HTML Document. # ############################################################ print "Content-type: text/html\n\n"; print <<__END_OF_HTML__;