Hi,
I think what you are trying to do is imminently accomplishable with Perl if
you are putting the interface on the web. With that being said, would you
be sending this program to others or would they access a website to find
the information? I don't how to write standalone Perl applications bu
> : 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
Freimuth,Robert <[EMAIL PROTECTED]> wrote:
: I have very little experience with web programming, and even less
: with CGI, so I'm really in need of help here.
Let's clarify some terminology. CGI is the Common Gateway
Interface. It is language independent. For the most part, web
programming is
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