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
do you have a perl executable installed on your PC, if yes then the syntax is perl [filename with path.pl] Regards Sam