Hi Monks! I am new to perl and I have a python script which I can't understand exactly how it works, but it works :)
My question is, up until now, I call the python script from inside a perl script using `python SCRIPT.py`; and then proceed with doing othe stuff. Is it possible to take the python code and put it inside the perl script somehow, so that I don't have 2 separate scripts?