>
> 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?