in reply to Re: making shared library using perl
in thread making shared library using perl

Is it possible to convert one perl module(.pm file) as shared library.(so that i can use it in c)
  • Comment on Re: Re: making shared library using perl

Replies are listed 'Best First'.
Re: Re: Re: making shared library using perl
by MZSanford (Curate) on Oct 25, 2001 at 13:18 UTC
    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.