in reply to Calling Perl from Hel^H^H^HVisual Basic

Use a "Windows Script Component". The eg directory in ActiveState's distribution has an example that does exactly this! It calls Perl code (in a .WSC file) from a Visual Basic Script file. Since it's just like any other COM component, you can call from regular VB just as easily.

—John

  • Comment on Re: Calling Perl from Hel^H^H^HVisual Basic