# -*-Perl-*-
BEGIN { unshift @INC, 'blib/lib' }
use CGI::Debug( report => 'errors', header => 'minimal' );
use strict;

print "a1\n";


