Help for this page

Select Code to Download


  1. or download this
    use Expect;
    $Expect::Debug = 1;
    ...
    $exp->expect(2,'$');
    $exp->send("ls\n");
    $exp->expect(2,'$');
    
  2. or download this
    $exp->interact();