I have a python class and its functions, that I wish to use in perl. But do not know how to. I do not want to call a python.py script(like, using a system call). Instead, i want to be able to use the following:
in my perl script. I read about cpan Inline possibility, but do not want to install any pkgs. Any suggestion in this regard will help! Thanks.with classname as cname: cname.startup() cname.process(<args>) cname.shutdown()
In reply to Embedding python objects in perl by sbc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |