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


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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: How to access Python member functions from perl

Replies are listed 'Best First'.
Re^3: How to access Python member functions from perl
by Arunbear (Prior) on Jan 30, 2013 at 10:46 UTC
    Another option is to create a web service wrapper around your Python module using something like Flask, and then using an HTTP client like LWP to access it from Perl.