in reply to making shared library using perl

Take a look here
i had a memory leak once, and it ruined my favorite shirt.

Replies are listed 'Best First'.
Re: Re: making shared library using perl
by Anonymous Monk on Oct 25, 2001 at 13:15 UTC
    Is it possible to convert one perl module(.pm file) as shared library.(so that i can use it in c)
      if perlcc is used on .pm files, it creates a shared object (.so) file. for more info, see here
      i had a memory leak once, and it ruined my favorite shirt.