in reply to Re: embedding perl in c++
in thread embedding perl in c++

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?

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

    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.

Re^3: embedding perl in c++
by clueless newbie (Curate) on Mar 13, 2014 at 22:26 UTC

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