Re: Debugging a script running in an embedded Perl interpreter

2003-12-31 Thread Gerald Richter
Hi, >I am a first-time user of perlembed. I embedded the Perl interpreter in my C/C++ application in order to provide users sorry, but you posted to the wrong mailing list. Embperl is for embbeding Perl into Webpages Gerald ---

Debugging a script running in an embedded Perl interpreter

2003-12-28 Thread Reinstein, Shlomo
Hi,   I am a first-time user of perlembed. I embedded the Perl interpreter in my C/C++ application in order to provide users with scripting capabilities for the application. I use “-e 0” as arguments for “perl_parse”, and I use “perl_eval_pv” to evaluate the code entered by the user. The