http://www.perlmonks.org?node_id=281298


in reply to Re: how to create a Perl module
in thread how to create a Perl module

And if you are under Win32, you can just do a Dll with
your C code and call it using Win32::Api.
It's a fast work.

Replies are listed 'Best First'.
Re: Re: Re: how to create a Perl module
by bfdi533 (Friar) on Aug 08, 2003 at 04:43 UTC

    That would not actually work too well as this is a unix/linux C library and the C code is on linux. Good thought though that I will remember for the future.

    Ed