From: Hailey N. <Hai...@Su...> - 2003-10-01 18:09:00
|
Hi, Please show me how to do nested telnet sessions using Expect.pm module? 1- telnet to machine A 2- from A to mcahine B 3- from M to another machine C ----- use Expect; my $exp = Expect->spawn("telnet $somehost") or die "Cannot spawn telnet: $!\n"; ... ----- Your help is greatly appreciated. Please reply directly to me since I am not on the alias. Hailey. |