Look if the archive below contains some interesting info for what you want.
HTH, José == THE ARCHIVE From: Ben Crane <[EMAIL PROTECTED]> > Is there a way of using perl's amazing > pattern-matching skills within VB???I find using VB to > query txt files, etc to be more cumbersome and less > friendly than perl's...I was wondering whether anyone > had been able to utilize perl from within VB, and if > so, how? > > I'm presuming using a perl dll [actually, can they be > used in vb?], but that would be quite slow if you > wanted to use the dll for a variety of pattern > matching? See http://Jenda.Krynicky.cz/#Jenda.Rex I did not do any benchmarks myself, but I've been told: Our program runs 15% faster in our demo project than with Microsoft Regexp (the regexp part is just one of many things our program does). But our primary reason for using Jenda.Rex is that we do not want our customers to change their windows installation (installing a new vbscript.dll, we needed stuff in version 5.5). Of course Jenda.Rex is just regexps. If you want the whole power of Perl, you will need the PerlCtrl from ActiveState's PDK. ( http://www.activestate.com/Products/Perl_Dev_Kit/ ) That may be better because with Jenda.Rex you'll have to read the file in VB and then pass the whole text to the COM object, which may add too much overhead. I created several COM objects with PerlCtrl and use them from ASPs or VB programs and it works just great :-) Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] **** DISCLAIMER **** "This e-mail and any attachment thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s) named above. Any use of the information contained herein (including, but not limited to, total or partial reproduction, communication or distribution in any form) by other persons than the designated recipient(s) is prohibited. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer". Thank you for your cooperation. For further information about Proximus mobile phone services please see our website at http://www.proximus.be or refer to any Proximus agent. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]