in reply to RE: RE: Perl problems
in thread Perl problems
Are the permissions set correctly? They should be 0755 so that the web server can execute your script.
Did you output a content header?
Read the Idiot's Guide.print "Content-Type: text/html\n\n";
|
|---|