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

Perl 5.6 is almost 13 years old. Consider upgrading and keeping your platforms running software which is maintained.

Update: Fixed typo.

  • 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 PerlRider (Initiate) on Jan 04, 2013 at 11:24 UTC

    Is it possible to load C DLLs using XSLoader.pm module in Perl 5.6 without upgrading to latest version of Perl? I need to access C DLL functions in perl script or module.