in reply to Is SSH the only way to execute remote, one off PERL scripts?
So, is there another way to execute those scripts remotely without using SSH so I can continue using my laptop as normal and just periodically check the remote db to see what data has been collected?Of course. Probably the most used way to start a remote Perl program is done using HTTP, and something like CGI on the remote side. But there are dozens of other possibilities. Almost any network connection triggers something on the remote site.
|
|---|