in reply to Re: Perl to Windows EXE
in thread Perl to Windows EXE

You can invoke the perl interpreter from VB just as you would any other outside application.

Using a couple of lines like this:

ChDir "C:\PerlWork\" a = Shell("command.com /c perl myprog.pl -w")