HP3000-L Archives

February 1997, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Corny De Souza <[log in to unmask]>
Reply To:
Corny De Souza <[log in to unmask]>
Date:
Wed, 29 Jan 1997 18:52:01 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
Hallo Folks,

I'm trying to run a CGI program using the NCSA server on an MPE 5.0 system.
I've compiled the program with PASXL, but the output is not going to STDOUT
so it will not work as a CGI program. Any ideas?



Redirscted output still going to terminal
-----------------------------------------

[132]./HELLOP
Content-type: text/plain


Hello

/WWW/PUB


[133]./HELLOP > o1
Content-type: text/plain


Hello

/WWW/PUB


Program HELLOP
--------------

PROGRAM hello (INPUT,OUTPUT);

BEGIN

WRITELN( 'Content-type: text/plain' );

WRITELN;

WRITELN('Hello' );

WRITELN;

END.

ATOM RSS1 RSS2