Danfix: Error 500 - Warum ?

Beitrag lesen

Salut!

Folgende Fehlermeldung:

Premature end of script headers: addnews.pl

Quelltext:

#!/usr/bin/perl -w

use strict;
use CGI;
my $cgi = new CGI;
use CGI::Carp qw(fatalsToBrowser);

print $cgi->header();
print $cgi->start_html();

.
.
.
.
print $cgi->end_html();

Was ist daran falsch?

Danke!