Re: Net::Telnet needs line of code added for fhopen to work withcygwin-perl and IO::Pty module in MSWin

2002-03-15 Thread RGiersig
It seems that on a MSWin OS there is no way to truly escape the infamous CR\LF. The TELNET protocol specifies CR LF as an end-of-line. The Net::Telnet::print() code you mention converts the OS native EOL to the TELNET EOL. If you're using Net::Telnet with a pseudo terminal then

Re: Net::Telnet needs line of code added for fhopen to work withcygwin-perl and IO::Pty module in MSWin

2002-03-14 Thread Jay Rogers
[EMAIL PROTECTED] wrote: First I'd like to say THANKS Brian, you're most welcome. Recently, the IO:Pty module was successfully ported to work with cygwin-perl. Now it is truly possible to use your fhopen method (per Lincoln Stein's chapter on your Telnet module) to do Expect-like