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


in reply to Re^4: How to access Python member functions from perl
in thread How to access Python member functions from perl

You can "create" them on your own. PPM installs precompiled XS modules. Or use CPAN shell to install Mingw for a newer ActivePerl. Or use Strawberry Perl which includes Mingw. Or download the free Platform SDK C compiler (same thing as paid Visual Studio, just no GUI, not like Perl can make any sue of the VS GUI) from Microsoft.

Or do you have non-public, not open source, private XS modules?
  • Comment on Re^5: How to access Python member functions from perl