http://qs321.pair.com?node_id=47164

punksk8er has asked for the wisdom of the Perl Monks concerning the following question: (programs and processes)

How do I encode my perl into my C/C++ programs?

Originally posted as a Categorized Question.

  • Comment on How do I encode my perl into my C/C++ programs?

Replies are listed 'Best First'.
Re: How do I encode my perl into my C/C++ programs?
by Fastolfe (Vicar) on Dec 18, 2000 at 06:12 UTC
    Assuming by 'encode' you mean 'embed', see perlembed.
Re: How do I encode my perl into my C/C++ programs?
by kschwab (Vicar) on Jan 03, 2001 at 04:31 UTC
    Another option is SWIG. Swig provides a generalized way of calling perl (or python,tcl,others) from a C or C++ program.