perl can do everything - we all know this. but the problem i am having is that i want to know if perl can do a particular something .
perl interacting with C - easy
. embedding perl in C - easy
C interacting with perl - my 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)


In reply to shared object by feelicks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.