perl script to execute my a c executable on remote machin
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
perl script to execute my a c executable on remote machin
Hello,
I wanted to run my C executable on remote machine. I can do it by using shell scripts but I want to do it by using perl script.
Could you please tell me how to write the perl script. I would appreciate if you could tell me the solution.
why would you want to do it in perl? the best way is going to be to shell out to system commands anyway, so you'll not benefit from using perl if all you're doing is system called to other programs like ssh.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.