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 Chriss Miller 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. phyllisdillon

    kill process after time-out

    Hello, I want to start a program from my perlscript and put the result in a database. The following code is run in a loop, changing param1 and param2: my @args=("program.exe", "--param1", "1", "--param2", "2"); system( @args ); my $exitcode=$?/256; It works fine, but sometimes...

Part and Inventory Search

Back
Top