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.