#!/usr/bin/perl -wT
use lib '..';
use Debug2;
use strict;

print "Content-type: text/html\n\n";

print "<h1>Hello</h1>\n";

print "aaa\n";

warn "end test\n";
