0

I'm using Visual Studio 08 and Vb.Net (3.5).

I want to call a perl script. This perl script should get two values (that the user wrote into input-elements in the vb.net application).

Then the perl script should return one or more strings (maybe a list or an array?).

How can I do this?

1

1 Answer 1

2

Use System.Diagnostics.Process class to invoke an external executable or use System.net.WebClient class to request a url.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.