First page Back Continue Last page Image
- ######################################################################
- #
- # The Dream Catcher's Web Free CGI Scripts
- # Form Return
- # Created by Seth Leonard
- #
- # http://dreamcatchersweb.com/scripts/
- #
- # (c)2000 Seth Leonard
- # All Rights Reserved
- #
- ######################################################################
- $limit = '4000';
- $mailprog = '/var/qmail/bin/sendmail';
- if(length($ENV{'CONTENT_LENGTH'}) > $limit) {
- print "Too much data!\n";
- exit 0; }
- else {