#!/usr/bin/perl
use CGI;
print CGI->new()->header(), "speedy";
