pyperl - Re: Query about using the pyperl module

Posted on Wed Aug 8 03:39:38 2007 by maskman in response to 5876 (See the whole thread of 2)
Re: Query about using the pyperl module
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
Write a response