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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I call a perl script from a VB program?

Status
Not open for further replies.

tlo

Programmer
Oct 27, 2003
5
US
I'd like to run a perl script from my VB application. How can I do this?
 
From VB you can use the system() command to run any external application; something like this:

System("c:\perl\bin\perl.exe myscript.pl")
Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top