feelicks has asked for the wisdom of the Perl Monks concerning the following question:
i want to have some C program(s) interact with my perl. i dont want to use anysort of data/procedural exchange (CORBA, etc). i'd basically like to make a shared object in perl.
now the only way i can think of doing this is by making a C program that only has embedded perl and the have the other C programs use this C program.
someone on irc told me that this could be done with IPC::Shared but niether perldoc nor cpan knows about IPC::Shared (there is however a IPC::SharedLite but either i dont know what i want or this isn't it)
so does anyone have pointers for me?
note - i speak in general terms but *specifically* i am trying to make a plugin in perl for a program that only supports shared object plugins (presumably C)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: shared object
by Fastolfe (Vicar) on Dec 22, 2000 at 09:13 UTC | |
|
Re: shared object
by PotPieMan (Hermit) on Dec 23, 2000 at 09:33 UTC |