Why do I keep getting a premature end of script headers error when I try to
run this script?  I am going crazy!

#!usr/bin/perl
#hmres1.pl
print "Content-type:text/html\n\n";

$test = 1000000;

print "<html><head><title>Test</title></head>\n";
print "<body>\n";
print "$test\n";
print "</body>\n";
print "</html>\n";

Thanks,
Andrew

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to