Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OWS and Perl on NT

Re: OWS and Perl on NT

From: Steve Phelan <stevep_at_pmcgettigan.demon.co.uk>
Date: 1997/04/21
Message-ID: <335B18EF.5994EA1F@pmcgettigan.demon.co.uk>#1/1

Terje A. Bergesen wrote:

> Hello there, and sorry if the question has been answered
> before.
>
> I have set up an NT server with OWS 2.1. I have also made
> a directory mapping to a /cgi-bin/ directory so that I can
> run some of my old CGI's (and maybe one or two new ones).
> It seems I can't run Perl based CGI's though. I have set
> up Perl for NT, and .pl is associated with perl.exe, so it
> is possible to do test.pl from the command line, and have
> the perl program run. Is there anything extra I need to do
> in order for OWS to run the perl script? It rund *.bat, *.exe
> and *.cmd files, so...
>
> --
> _____________________________________________________________________
>
> - Terje A. Bergesen : NOTE! Spam protected e-mail address
> -
> - :
> -
> - <URL: http://login.eunet.no/~terjeber/
> -

 Have you got a 'content-type' line in your script?

You will need something like:

    print "content-type: text/plain", "\n\n";

Don't forget the two newlines in this statement.

Steve Phelan. Received on Mon Apr 21 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US