#!/usr/bin/perl
#FILE:  plaintext0.cgi
# This is about as plain as it gets.

use CGI ':standard';

print header('text/plain'),
"Nothing to it!";
