in reply to how to create a Perl module

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

Replies are listed 'Best First'.
Re: Re: how to create a Perl module
by didier (Vicar) on Aug 06, 2003 at 08:02 UTC
    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.

      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