From: Miguel <mt...@mt...> - 2003-05-01 21:48:43
|
> Hmm, well I can confirm from my experience that solaris ptys are > somewhat broken in many regards. But this doesn't help you. :-) > > What comes to mind is to circumvent ptys completely. Have you considered > using Net::Telnet instead of spawning a telnet program? Roland, That sounds like a great idea. I just took a look at the Expect & Net::Telnet man pages ... and frankly it isn't yet clear to me how to hook to two together. That is ... what method(s) do I use instead of $exp->spawn('telnet foo') Any pointers would be appreciated Gracias, Miguel |