in reply to Re: Perl expect : send command executing multiple times
in thread Perl expect : send command executing multiple times

How to resolve this..? If i don't use exp_continue, then next command is not going to execute(only 'date' command will execute).

Thanks in advance. .

  • Comment on Re^2: Perl expect : send command executing multiple times

Replies are listed 'Best First'.
Re^3: Perl expect : send command executing multiple times
by salva (Canon) on Jul 03, 2015 at 08:55 UTC
    Just call expect several times.