in reply to Re^2: ENV setting for library loading failure
in thread ENV setting for library loading failure
I have not looked to see how to do binary plugins in perl. It can be done in C, so it can probably be done in perl. Binary plugins allow the application (perl) to link to a shared library defined at run time. I've done in in C, but there must be a perl way, Maybe someone with experience in that space can help you. In my experience it is not simple and the other techniques are likely easier to create and maintain.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: ENV setting for library loading failure
by traveler (Parson) on Jan 26, 2006 at 00:10 UTC |