Ramón Chávez wrote:

> Hello everyone.

Hi Ramon,
 I think I see your problem right here:

>    print "content-type: text/html \n\n";

Should be:
print "Content-type: text/html\n\n";
I can't say that that is the only problem, but that probably would be enough  to hang 
the process.  Try changing that, then see what results you get.

Joseph


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

Reply via email to