Name: | perl-Inline-Python |
---|---|
Version: | 0.49 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 128879 |
License: | GPL+ or Artistic |
RPM: | perl-Inline-Python-0.49-3.el7.aarch64.rpm |
Source RPM: | perl-Inline-Python-0.49-3.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Inline-Python/ |
Summary: | Write Perl subs and classes in Python |
Description: | The Inline::Python module allows you to put Python source code directly "inline" in a Perl script or module. It sets up an in-process Python interpreter, runs your code, and then examines Python's symbol table for things to bind to Perl. The process of interrogating the Python interpreter for global variables only occurs the first time you run your Python code. The name-space is cached, and subsequent calls use the cached version. |