Date: Thu, 3 Oct 1996 23:25:54 GMT
Reply-To: Rdsdnen <rasanen@SPRYNET.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Rdsdnen <rasanen@SPRYNET.COM>
Organization: Sprynet News Service
Subject: Re: Running the SAS-CGI Perl script on NT
I received some information that led me to a resolution. Look at site www.
divinf.it/perl-win32 and look for articles on Netscape and PERL. I found
some that mentioned adding the following line(s) to your PERL script:
print "HTTP/1.0 200 OK\n";
print "Content-Type: text/html\n\n";
The above fixes the Netscape 3 "forced download"
--
rasanen@sprynet.com
http://home.sprynet.com/sprynet/rasanen/
Deanna Castorena <deanna.castorena@ast.lmco.com> wrote in article
<32527BDA.3562@ast.lmco.com>...
> Rdsdnen wrote: