#!/usr/bin/perl
use CGI ':standard';
print header('text/plain'),
"Nothing to it!";
