|
Hi I'v found my answer to execute the perl script.
We have to create a .py file similar to .pl file & then in that .py file we have to call all the packages present in the .pl file.
something like this/;
import perl
pack = perl.require("Package_name")
module=perl.callm("module_name")
and so on
|