Help for this page

Select Code to Download


  1. or download this
    $exp->expect($timeout,
       [ qr/regex1/ => sub {
    ...
          exp_continue
       } ],
    );
    
  2. or download this
    $first = 1;
    
    ...
          $exp->send("response\n");
       } ],
    );