These require the CGI.pm module (which is included with Perl these days), and were designed to run on Unix with access to a sendmail program (for those that send mail).

There are a lot more programs available on the CGI Resource Index:
The CGI Resource Index

You may also want to check out the nms scripts on Sourceforge.

If you're interested in learning how to write your own CGI programs, click here.

Form-to-Mail

Usable for guestbooks, and any other form where you want to email yourself the data. Jan 2004: This has been modified to prevent it from being hijacked by spammers.
Counter

Counters are popular. Here are two variations:
Message Board

My second book CGI Programming 201 shows readers how to build a CGI-based message board. If you'd like to just download the board code itself, you can download it here (8K tar/gzip archive). You will need Perl, Unix, MySQL, and the Perl modules DBI.pm, CGI.pm, and HTML::TagFilter (all downloadable from http://search.cpan.org).

CGI101 Home | CGI-Friendly Web Hosting