Hi,
When using embedded
perl in my C++ application, I want my C application to be able to work with
perl scripts which has external modules e.g POSIX.
i.e. I want these
external perl modules to be loaded dynamically.
In this case all I
need to do is:
- Link my C
application with libperl.a and DynaLoader.a libraries i.e static linking with
these libraries.
The
DynaLoader will then take care of loading the external perl modules e.g POSIX
dynamically.
Is this true?
I saw in
README.os390 whuich states that if you wish dymanic loading capability in your
perl, then you need to use -Dusedl flag when configuring
perl.
But this
dynamic loading and the one I mentioned above is different according to what I
have understood. Is this correct?
Can somebody please
clarify my doubts
Thanks,
Manisha
