From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl -w
BEGIN { unshift @INC, 'blib/lib' }
use CGI::Debug( report => 'empty_body' );
use strict;
print "Content-type: something/else\n\n";