If your application is a separate process, you need some kind of IPC (shared memory, pipes or such - see perlipc). Perl can interface libraries via XS (see perlxs and perlxstut), but not a separate address space.
If you want to use perl from within that application, you need an embedded perl (see perlembed).
In reply to Re: Perl and C++ interface
by shmem
in thread Perl and C++ interface
by Mj1234
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |