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

print "bollibompa!\n";


