From: vijaya l. <vla...@ya...> - 2011-05-01 17:15:13
|
Hi, I am new to Perl and Expect. I am trying to spawn telnet to remote machine and trying to execute some command one by one after receiving the details of commands. Please explain me How $exp->send is working. When we send command to remote machine via $exp ->send, Is the output of command returns to this? If so, how much time it is taking to do this process.? Will there be any delay in $exp->send ? Please explain me.. |