# -*-Perl-*-
BEGIN { unshift @INC, 'blib/lib' }
use CGI::Debug;
use strict;

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

