Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ColDek98

    Calling external python program with argument

    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")...

Part and Inventory Search

Back
Top