From: Miguel <mt...@mt...> - 2003-05-01 22:28:30
|
> Here's a bit of ugliness that should work: > > $telnet = $exp->spawn('stty columns 250; telnet foo'); Yes, seems to work. Thanks! > though Roland's suggestion of using Net::Telnet is a good bet. I like this solution better ... since I've already been bitten by something that didn't port. But I'm still scratching my head trying to figure out how to hook the Net::Telnet object and the Expect object together :) Adios, Miguel |