in reply to Embedding python objects in perl
If you want to execute Python code within a Perl script, but don't want to call the Python script using a system call, and don't want to use any modules such as Inline::Python, you're asking that the Perl interpreter be capable of also interpreting Python natively.
Dave
|
|---|