in reply to embedding perl in c++

Would Inline::CPP help?

Replies are listed 'Best First'.
Re^2: embedding perl in c++
by divitto (Novice) on Mar 13, 2014 at 21:04 UTC

    Thank you for responding, I've seen inline::cpp but i was under the impression that it's functionality was the opposite of what i wanted. The way i read it it seemed like it's purpose was to use c++ from perl, but i want to use perl from c++. I hope that makes since... Did i just misunderstand the module?

      Sorry for double posting but libperl++ is closer to what i am looking for i think. The problem is from everything i've read suggests that libperl++ doesn't work on windows. Although i develop on a Linux box i need my app on my Windows machine so i don't think i can use it.

      My bad. I was think of Inline::Java which has an Inline::Java::Callback.