I\'ve got a Perl script that I want to invoke from a Python script. I\'ve been looking all over, and haven\'t been successful. I\'m basically trying to call the Perl scrip
Just do:
var = "/some/file/path/" pipe = subprocess.Popen(["perl", "uireplace.pl", var])