From: Ben Crane <[EMAIL PROTECTED]> > Perls useful approach to string/txt processing is > something I would like to incorporate into a Visual > Basic Application. I am going to be using the VB > program to analyze HTML pages and want to highlight > various tags (that can also be replaced)--doing this > in VB is possible but annoying, doing this in perl is > a lot easier...anyone know how to imbed a perl script > in VB OR...How do you pass VB data to perl and > vice-versa? Maybe I should run the perl script > seperately and pass data to VB?
The easiest and most powerfull way is to create a COM object out of your Perl script/module. See PerlCtrl ... part of Perl Development Kit from ActiveState. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]