RE: Embedding Perl in C 02-10-2018, 05:17 AM
#5
(02-09-2018, 08:32 PM)Confidential Wrote: Correct me if I am wrong, but couldn't you just do a system call to Perl and then parse the result of that?
If you're embedding Perl as a runtime API for a framework, for example, you'll likely need more than just the output of the script. The docs and man pages show ways of running functions in the script and retrieving variables, among other things.
Docs: https://perldoc.perl.org/perlembed.html
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.
don't have much in the first place, who feel the new currents and ride them the farthest.