Forum Moderators: phranque
Currently I am getting using this:
my $q = CGI->new;
print $q->header(-status=>'404',-type=>'text/html');
I get back a 404 header saying this:
HTTP/1.x 404 OK
I want to server this instead
HTTP/1.x 404 Not Found
I have searched online and not found a answer.
Can anyone please help