Help for this page

Select Code to Download


  1. or download this
    $exp->expect($timeout,
                 [ qr /pattern/ => sub { do things; } ]
                );
    
  2. or download this
    $exp->expect($timeout, \$dispatch_table );