vivek khurana wrote:
Hi!

 I am running rh8 with apache 8.0. On executing perl
script i get following error message

"Premature end of script headers"

i tried to run this simple script but i got same
error.

#!/usr/bin/perl #use strict;
use CGI ':standard';


print "Content-type: text/html\n\n";

Any pointers why i am getting this error.


Run it from the command line and see if you are generating any unwanted content.


Many times this is caused by some error on your script when perl compiles it before executing.

- Sandip


-- Sandip Bhattacharya sandip (at) puroga.com Puroga Technologies Pvt. Ltd. Work: http://www.puroga.com Home: http://www.sandipb.net

GPG: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3


_______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to