Help file for cobra.pl v1.0 This program allows users to automatically append their comments to a webpage To install this program, set the three variables in the config section (only the $basedir and $baseurl need to be changed), put is in your cgi-bin directory, chmod it to world executable, and then insert the html form template into a page that you would like to allow comments on, set the 'page' hidden input to the location of that page relative to your $basedir. Then chmod that page to world writeable. Then you are all set. Problems: 1. Program will not run -- says "you do not have permission to access /cgi-bin/" or something like that -- you need to chmod the program to world executeable 2. Pretty much the only other problems you could have are if the $basedir or $baseurl are set wrong, or if the page is not chmoded to world readable, or if the 'page' hidden input in the html form is not set right. As with all my programs, feel free to change the html look of the progra, or anything else. this script's home is at: http://www.mikegoode.com/web/scripts/ planned future upgrades for this program: v1.1 -- predeclare all variables and use strict v1.3 -- possibly allow html formatting Other than that, I have no other plans.