Interfacing with Perl

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
I have a perl application that parses strings and does a few other pretty intense string manipulation. I am trying to interface this into a VB.NET console application. This should be able to output a csv or other type of delimited file. I will of course have the perl functions doing all the real work. Does anyone know how to do this.
 
Back
Top