Hi to all
[CODE=perl]#!/usr/bin/perl
print "Content-type:text/plain\n\n";
print "Hello, World...\n";[/CODE]
This is a testing code which i upload into the Linux Centos webserver.It gives Premature end of script header error.Actually i am working on Windows platform and upload in to Linux Centos webserver.So the same file if i go directly to Linux centos server and do edit using picco and save it without any changes then its working fine.
Could u anybody List out What might be a problem
Thanks
Rajiv
[CODE=perl]#!/usr/bin/perl
print "Content-type:text/plain\n\n";
print "Hello, World...\n";[/CODE]
This is a testing code which i upload into the Linux Centos webserver.It gives Premature end of script header error.Actually i am working on Windows platform and upload in to Linux Centos webserver.So the same file if i go directly to Linux centos server and do edit using picco and save it without any changes then its working fine.
Could u anybody List out What might be a problem
Thanks
Rajiv
Comment