in reply to Re: Strange behaviour with SSH command launched with open
in thread Strange behaviour with SSH command launched with open

Thanks for your help. Another question: how can I display error message returning by the ssh command with open command. I tried 2>&1 but it seems to not work correctly. Regards, Samuel Mutel.
  • Comment on Re^2: Strange behaviour with SSH command launched with open

Replies are listed 'Best First'.
Re^3: Strange behaviour with SSH command launched with open
by RichardK (Parson) on Jun 04, 2014 at 11:36 UTC

    I'm not sure, but IPC::Open3 might give you better results.