http://qs321.pair.com?node_id=388742


in reply to Re: TERM problems
in thread TERM problems

I added your test in the begining of myprog and as you said it printed tty when running from the localhost and no tty when running from the remote host, but I have no other test for it that can print the error I get. What can cause the error (maybe perl checks this)?

Replies are listed 'Best First'.
Re^3: TERM problems
by tachyon (Chancellor) on Sep 06, 2004 at 08:28 UTC

    It's not an error, it's a warning. rsh is insecure anyway. Why not use ssh which will work fine (see the -t and -T options) .....

    ssh -t some.host.com <command>

    cheers

    tachyon