Hi,
Have you taken a look at the Perl expect module?
http://search.cpan.org/~rgiersig/Expect-1.21/Expect.pod
It allows you to script a normally interactive process.
It looks like it can be used like something like this:
my $oExp = new Expect;
$oExp->spawn("python dnspredict.py")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.