All,
Am running Netscape Enterprise 2.x for Unix. I am experienced in
creating cgi programs to hadle forms inputs and want to create a
Service-level plugin for the server to run a frequently called cgi. The
problem is that I don't know how to get to the standard input that I
usually get for calls POSTed to my cgi. I have tried using:
netbuf_getc(sn->inbuf) simply getc(stdin) and neither seems to work
(both just hang the process waiting for input).
Any help would be appreciated.
Bill