[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Fabien Wernli wernli@in2p3.fr
Sun, 18 Nov 2007 12:03:21 -0800 (PST)
Hi, On Sun, Nov 18, 2007 at 12:20:35PM -0500, Chris Ross wrote: > Is there a way to run a command, or some sort of built-in expect- > like logic, to process a log-in on a "type host" connection, without > having to have another [two] processes running to continue to manage > the connection? I don't think so. If you're worried about forking I'd suggest using Net::Telnet and Expect in a perl script.