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).
Open a terminal and type:
perldoc -f system
perldoc perlop (and search for 'qx')
perldoc perlopentut
--
Just my 0.00000002 million dollars worth,
--- Shawn
* Perl tutorials at http://perlmonks.org/?node=Tutorials
* Always write your code as though you aren't going to see it
* for another 25 years and then one day your boss comes up to you
* and says, "I want these changes and I want them yesterday!"
"Probability is now one. Any problems that are left are your own."
SS Heart of Gold, _The Hitchhiker's Guide to the Galaxy_
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>