in reply to Is there any ready-to-use C++ perl wrapper?

Are you sure you don't want to use Lua instead of Perl?
  • Comment on Re: Is there any ready-to-use C++ perl wrapper?

Replies are listed 'Best First'.
Re^2: Is there any ready-to-use C++ perl wrapper?
by llancet (Friar) on Jun 21, 2011 at 13:54 UTC
    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!