in reply to Re^2: executing a programin thread executing a program
Could it be that you need to specify the perl binary before the script.. ie
exec("C:/Perl/bin/perl.exe myscript.pl"); [download]