2
Reply

Would you please give me a idea of how I can run a PERL file (.pl) from VB code. I tried with the following Call Shell("""C:\Perl\bin\Perl.exe C:\Shajib\Perl_Practice\first.pl""") but it is not working.

Syed Ahsan

Syed Ahsan

17y
5.1k
0
Reply

    first copy the .pl file path under bin folder. Then open console and hit right click and enter. Now you are under bin folder in your consile. enter the “perl first.pl” and enter.

    do you have a perl executable installed on your PC, if yes then the syntax is perl [filename with path.pl] Regards Sam

    17y
    0