Brahadambal S wrote:
Hi,
Could anyone tell me how to execute a .bat or .exe file through Perl?
i.e, the perl code should invoke the executable. Thanks so much for your
help(in advance).
Perl has two standard ways:
1) system() function, which executes an external program and returns its
exit
Brahadambal S [BS], on Tuesday, December 20, 2005 at 13:48 (+0530)
made these points:
BS> Could anyone tell me how to execute a .bat or .exe file
BS> through Perl? i.e, the perl code should invoke the executable.
BS> Thanks so much for your help(in advance).
if you are newbie, good hint is using