From: Mark Probert Date: 2004-08-07T02:16:24+09:00 Subject: Re: I want to use ruby, but I don't think I can... help Michael Hale wrote: > > Most recently I wanted to script a telnet session to automate > configuring a network device. ... I have to close the socket before I get any > output. TCL works fine. > Hi, Michael Post the problem. There are many people on the list that can help with various issues. Personally, I've done a fair amount of work doing exactly what you are trying to do -- scripting network devices (Nortel products mainly, though some others as well). I moved to Ruby from Perl due to problems in Perl's telnet library and haven't looked back. So, when in doubt, post the code. Regards, -mark.