Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, everybody!
I wrote a big shared library on C for some project. And I want to use this library in another Perl-project too.

How I can do it?

Replies are listed 'Best First'.
Re: Perl and shared library
by Bloodnok (Vicar) on Feb 25, 2009 at 19:51 UTC
    I would suggest it depends on the size of the library but a starting point would probably be Inline::C or maybe even perlxstut...

    A user level that continues to overstate my experience :-))
      Thanks, Bloodnok
      I'll try to use second method