Hi,
I've written a perl program that is invoked from the dos command line (i.e. c:\perl5.6\newbie\perl program.pl arg1 arg2). I'm new to c++ and have just written my first "hello world!" program with it. I would like to use c++ to write a simple interface to invoke the perl program I've written to make it easier to use. How do I do that? Is it easily accomplished?
Thanks in advance :)
kiat