Help for this page
<Location /perl> SetHandler perl-script ... PerlOptions +ParseHeaders Options +ExecCGI </Location>
use CGI qw(header); my $html = defined($ENV{'SERVER_SOFTWARE'}) ? header : ''; # More stuff gets added to $html before it prints to STDOUT