Trigger perl scripts remotely on windows [closed]

2019-08-13 20:19发布

I have two machines A and B. Machine B has perl installed and scripts are placed in a shared directory. Machine A doesn't have perl installed (I don't want to install perl on this machine). There is some automation running in Machine A and that automation wants to trigger perl scripts in Machine B by passing some parameters.

Is this possible? What is recommended?

Thanks

1条回答
倾城 Initia
2楼-- · 2019-08-13 20:41

There's probably more possibilites, but from the top of my head:

As long as the machine on which the perl scripts are to be executed has perl installed, it's not a problem if the caller machine doesn't.

查看更多
登录 后发表回答