Can VB (6 or .net) talk to perl?

  • Thread starter Thread starter JS
  • Start date Start date
J

JS

In other words, can I start a function that sends values to a
perl script and then get the return values back to VB??
 
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??


You could use a thread to strart the perl program calling perl.exe
with as arguments the .pl script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top