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

[MacPerl] 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.