DaveP
February 10th, 2001, 17:41
OK, i recieved an error "500" i believe it was, saying that I had a script error and the reason was "premature end of script". What does this mean and what do I have to modify or add to get my script up and running. The simple script that i'm tring to make work is below:
#!/usr/bin/perl
print "Content-type:text/html";
print "<meta http-equiv=refresh value=next.htm>";
print "<html><head><title>Test Page</title></head>\n";
print "<body>\n";
print "<h2></h2>\n";
print "</body></html>";
#!/usr/bin/perl
print "Content-type:text/html";
print "<meta http-equiv=refresh value=next.htm>";
print "<html><head><title>Test Page</title></head>\n";
print "<body>\n";
print "<h2></h2>\n";
print "</body></html>";