in reply to Embedding python objects in perl
Spawn a separate python process, communicate with it in whatever way works in your case, such as writing out your input data to a file which your python script reads then have the python script write back a file that you read back in your perl script.
|
|---|