[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Re: Probably a waste of your time...



>>From: hal@dtor.com (Hal Wine)
>>At 10:14 96-02-28, Tim Broderick wrote:
>>>MAIN:
>>>{
>>>
>>>&ReadParse;
>>>
>>>print "$try{$in{'selecturl'}}"
>>>
>>>}
>>
>>You're missing a print line that I think the Mac CGI glue adds. Add:
>>    print "Content-Type: text/html\n";
>>before your current print statement.
>
>Ahem. Make that
>
>print "Content-Type: text/html\n\n";
>
> -- M.

"DOE!" -- Homer Simpson


Nope, still get the same message.
Server log includes: terminated without a valid cgi header ... did not
produce a valid header...

So I'm not sure what THAT means.

Tim