#!/usr/local/bin/perl # The name of this file is "plaintext.cgi". # # NOTE: This file must be placed in the cgi-bin directory, and CGI must # be enabled on the server machine, for this to work. Otherwise, # the HTML code will be printed directly onto the screen. # # Don't forget to change the mode of this file to be readable and executable # by all, so that it can be executed by a Web server. On a Unix machine, you # can make this file readable and executable by all with: # # chmod a+rx plaintext.cgi # # By the way, comments begin with a pound sign (#). # print <