[erlang-questions] open_port and raw mode (zlogin)

ok@REDACTED ok@REDACTED
Sat Jan 26 11:53:03 CET 2013


> Hi everyone,
> I am trying to get Erlang to talk to (solarises) zlogin.

Which wants its standard streams to be connected to a tty
or pty.  Sadly, while open_port/2 has a 'use_stdio' option,
it doesn't have a 'use_pty' option.  Is there any reason
that it couldn't?

I wonder if having Erlang run an expect(1) script that
then runs zlogin might do the trick?





More information about the erlang-questions mailing list