python call perl


import subprocess

subprocess.call("csv_gen.pl -by overall", shell=True)

原文地址:https://www.cnblogs.com/guolongnv/p/8964491.html