in reply to Re^3: Advice on running perl program over ssh
in thread Advice on running perl program over ssh

The ssh process just forwards the data to the remote process, in this case the shell interpreter. That is the right way to do it.
  • Comment on Re^4: Advice on running perl program over ssh

Replies are listed 'Best First'.
Re^5: Advice on running perl program over ssh
by Anonymous Monk on Jul 15, 2014 at 09:40 UTC

    That it does (should have tried myself)!