RE: running CGI locally??

2004-03-05 Thread Freimuth,Robert
> > ... I would like to build a simple > > browser-based UI ... > > That's good. You'll need a web server of some sort, since that's what > browsers talk to. > > > > > Since I'm trying to generate dynamic HTML pages, I thought CGI would > > be the way to go. However, from what I understand of

RE: running CGI locally??

2004-03-04 Thread Freimuth,Robert
> : I have an application that runs in batch mode and generates 5 output > : files for every input file (all are flat text, and each of the 5 is > : in a different directory). > : I would like to build a simple browser-based UI that provides links > : to each output file, so they can be opened and

running CGI locally??

2004-03-04 Thread Freimuth,Robert
Hello, I have very little experience with web programming, and even less with CGI, so I'm really in need of help here. I have an application that runs in batch mode and generates 5 output files for every input file (all are flat text, and each of the 5 is in a different directory). I would like