#!/usr/bin/perl -w

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