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