in reply to Connecting to STDIN and STDOUT over SSH

That works but if there is a "better" way I'd like to know.

What could be better than a working solution? :)

Ok, seriously, I don't see a problem with doing it that way. And just in case you're worried this might be slower than a Net::SSH::Perl solution (had you gotten it to work), let me reassure you that it's most likely the other way round, despite the 'overhead' of calling an external binary...

  • Comment on Re: Connecting to STDIN and STDOUT over SSH

Replies are listed 'Best First'.
Re^2: Connecting to STDIN and STDOUT over SSH
by enemyofthestate (Monk) on Apr 09, 2009 at 23:09 UTC
    What could be better than a working solution? :)

    When you put that way ... :-)

    Speed is not a particular issue. This is a web page and will probably get a few dozen hits month. A few extra milliseconds are not a problem.

    Thank you for the advice.