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!

Using Perl and VB

Status
Not open for further replies.

mrperfect62

Programmer
Aug 5, 2003
2
GB
Is it possible to use Perl and Visual Basic together? If it is, how? I want to embed a perl program in a VB program, or better still, get VB to read certain output from the Perl program.
Any assistance will be highly appreciated.
 
Joe,

Perl can create data, and VB can read data, and vice versa. You only need to agree on the format of the data so that the VB will know what its doing when the data is read in.

As far as running a perl script from within VB, this can be done using the shell command, but perl would have to be installed on the machine, unless you're using Perl2exe, in which case you shell the exe

HTH
--Paul

It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top