Stephen Turner wrote:

>Here's the debugging procedure:
>
>1) Does analog work on its own, without using anlgform?
>2) Does anlgform work from the DOS command line, and if not, what errors 
>does it give.
>
>This is usually enough to debug most problems.

I'd add one more step:

Is Perl working? Does helloworld.pl work?

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

print "<HTML><HEAD>";
print "   <TITLE>Sample Perl program</TITLE>";
print "</HEAD>";
print "<BODY>";
print "Hello World...\n";
print "</BODY></HTML>";

Aengus
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
------------------------------------------------------------------------

Reply via email to