From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 #!/usr/bin/perl -wBEGIN { unshift @INC, 'blib/lib' }use CGI::Debug( report => 'empty_body' );use strict;print "Content-type: something/else\n\n";
#!/usr/bin/perl -w
BEGIN { unshift @INC, 'blib/lib' }
use CGI::Debug( report => 'empty_body' );
use strict;
print "Content-type: something/else\n\n";