in reply to Embedding Perl in VB

Using ActiveState's PDK (PerlCtrl) you can create COM/ActiveX objects. So you can CreateObject() Perl classes from within VB.

That's kinda neat.

/J