how perl script can return value to python ?

aadhi

New member
python script calls perl by using os.system() call
perl executes some function.
now i need to return 0 or 1 to python script (success or unsuccess)
how can i do that?

pls help
 
Back
Top