Ben Crane wrote:

> Hi all,
>
> 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'm not sure about regexes, but I know that VB has the split function.  It looks from 
MSDN like the only pattern-matching function VB6 has is Like, which has some 
similarities to Perls, but also some differences.


> ..I was wondering whether anyone
> had been able to utilize perl from within VB, and if
> so, how?

You might look into the .Net framework.  The commercial offerings from ActiveState 
offer a Visual Studio .Net plug-in.  From what I have seen of VS .Net, VB is much 
better integrated with other languages.  There seems now to be a genuinely common 
object hierarchy among the different language tools it contains, and I presume this 
should make the integration of Perl much easier.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to