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


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

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.
  • Comment on Re^3: How to access Python member functions from perl