in reply to
making shared library using perl
Take a look
here
i had a memory leak once, and it ruined my favorite shirt.
Comment on
Re: making shared library using perl
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)
[reply]
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.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom