in reply to
How do I encode my perl into my C/C++ programs?
Another option is
SWIG
. Swig provides a generalized way of calling perl (or python,tcl,others) from a C or C++ program.
Comment on
Re: How do I encode my perl into my C/C++ programs?
In Section
Seekers of Perl Wisdom