Help for this page

Select Code to Download


  1. or download this
    my $exp;
    
    ...
                    die "Timeout waiting for $_lookfor.\n";
            }
    }
    
  2. or download this
    if ($exp->expect($_timeout, $_lookfor)) {
    
  3. or download this
    if ($exp->expect($_timeout,'-re',$_lookfor)) {