![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Invoking a perl program via an executable c++ program...by trantor (Chaplain) |
on Nov 14, 2001 at 20:11 UTC ( #125340=note: print w/replies, xml ) | Need Help?? |
It is easily accomplished using the system() function (which is available in C, C++ and basically every other language, sometimes with a different name and/or namespace) #included from stdlib.b Perhaps it is even better to make your perl program easier to use, without the need of any wrappers? :-) Unless you're exercising your C/C++ skills in string manipulation and program invocation of course. -- TMTOWTDI
In Section
Seekers of Perl Wisdom
|
|