#!/usr/bin/perl -w

use CGI;
use strict;

print "Content-type: text/html\n\nError sending comment. Send email to website (at) leaky.org";

