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


in reply to Different ways to access C DLL functions from perl

Can someone please share the other ways to use C DLLs in perl?

Inline::C, but if you can't manage to install Win32::API, or a newer perl, then it probably won't be of much use

  • Comment on Re: Different ways to access C DLL functions from perl

Replies are listed 'Best First'.
Re^2: Different ways to access C DLL functions from perl
by syphilis (Archbishop) on Jan 04, 2013 at 12:30 UTC
    Actually, Inline::C should be fine on perl-5.6.
    And I think Win32::API should also be fine - though perhaps it requires an older version. (I'm quite out of touch with how recent versions of Win32::API work on 5.6).

    Cheers,
    Rob