|
Hi
I need to write a python wrapper over a perl script but i am stuck!
I have a perl script for example : test.pl. Now I want to create a python wrapper over it. So that using python I can execute test.pl.
Please let me know how to start. Do I have to change this test.pl to test.pm & put this test.pm file where all the perl modules are present?
How do I call test.pl & all its member functions in my python script.
Also l'd appreciate if you could provide some link to a good tutorial of the same.
Please help
Thanks & Regards
|