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

hi folks, i am trying to use perl_eval_va() function in my c++ application. i have included perl.h & EXTERN.H but compiler is showing error like perl_eval_va() is not found. int this application perl_parse() & perl_run()..etc all are working expect perl_eval_va() what is the problem with this, am I missing any thing that need to be included please let me know... thax in advance

Replies are listed 'Best First'.
Re: how can i use perl_eval_va function
by Joost (Canon) on Aug 13, 2007 at 12:18 UTC
Re: how can i use perl_eval_va function
by shoness (Friar) on Aug 13, 2007 at 13:03 UTC
    See the "Easy Embedding API" chapter of O'Reilly's "Advanced Perl Programming" book (or online).

    20070821 Janitored by Corion: Removed link

      That online link represents copyright infringement; it exists without the permission of the author or the publisher.