Skip to content
Loading
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.