Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $counter++;
      print "($counter) ";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
      $exp->expect(1, '-re','\(\d+\)');
    }
    $exp->soft_close();