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
---
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