command line program control

2001-08-20 Thread C.Ouellette
I have a command line program running on Windows NT that I call up from a dos prompt. This program is written in C and has a simple menu structure. I would like to use Perl to control this program, by putting in the menu options and values in a particular order. For example: Main Menu: 1)

Windows Background Process

2001-06-27 Thread C.Ouellette
Hello, I need to start an external program from my perl script. This program will need to run in the background so my script can continue doing other things. It also still needs to notify the program when it terminates. I would appreciate any help on how I would do this. My environment is

Using C code with perl

2001-05-31 Thread C.Ouellette
I need to be able to write a a perl script to either include or use previously written C programs and API's. There are a few modules out there to do that. I am looking into using either SWIG or Inline. I'm not sure which one would be the best one to use. Advice on this topic would be

Re: Using C code with perl

2001-05-31 Thread C.Ouellette
not tried to compile it yet. Thank you, Tina --- C.Ouellette [EMAIL PROTECTED] wrote: I need to be able to write a a perl script to either include or use previously written C programs and API's. There are a few modules out there to do that. I am looking into using either SWIG or Inline