llancet has asked for the wisdom of the Perl Monks concerning the following question:

Here I mean using perl in C++.

I want to use perl as the scripting engine in my game that's under planning. If there's already one, I won't rebuild the wheel; if not, I will make one using the perlapi.

  • Comment on Is there any ready-to-use C++ perl wrapper?

Replies are listed 'Best First'.
Re: Is there any ready-to-use C++ perl wrapper?
by jpl (Monk) on Jun 17, 2011 at 11:07 UTC
Re: Is there any ready-to-use C++ perl wrapper?
by Anonymous Monk on Jun 17, 2011 at 11:50 UTC
Re: Is there any ready-to-use C++ perl wrapper?
by Khen1950fx (Canon) on Jun 17, 2011 at 10:29 UTC
      It's invert. I want to use perl in C++, but inline let you use other language in perl.
Re: Is there any ready-to-use C++ perl wrapper?
by tsee (Curate) on Jun 19, 2011 at 10:02 UTC
Re: Is there any ready-to-use C++ perl wrapper?
by perlfan (Parson) on Jun 20, 2011 at 20:41 UTC
    Are you sure you don't want to use Lua instead of Perl?
      I know LUA is famous as game scripting engine. I just want to try.
        Fair enough, but it's only famous for game engines because it's designed to be embedded into host applications. Use for games is just a well known example. Good luck!