J JS Dec 3, 2004 #1 In other words, can I start a function that sends values to a perl script and then get the return values back to VB??
In other words, can I start a function that sends values to a perl script and then get the return values back to VB??
V ViRi Dec 3, 2004 #2 JS said: In other words, can I start a function that sends values to a perl script and then get the return values back to VB?? Click to expand... You could use a thread to strart the perl program calling perl.exe with as arguments the .pl script.
JS said: In other words, can I start a function that sends values to a perl script and then get the return values back to VB?? Click to expand... You could use a thread to strart the perl program calling perl.exe with as arguments the .pl script.
H Herfried K. Wagner [MVP] Dec 3, 2004 #3 JS said: In other words, can I start a function that sends values to a perl script and then get the return values back to VB?? Click to expand... You could start the perl script and control input and output: RedirectConsole <URL:http://dotnet.mvps.org/dotnet/samples/misc/RedirectConsole.zip>
JS said: In other words, can I start a function that sends values to a perl script and then get the return values back to VB?? Click to expand... You could start the perl script and control input and output: RedirectConsole <URL:http://dotnet.mvps.org/dotnet/samples/misc/RedirectConsole.zip>