Help for this page

Select Code to Download


  1. or download this
    # Set an escape sequence/function combo for a read handle for intercon
    +nect.
      # Ex: $read_handle->set_seq('',\&function,\@parameters);
    
  2. or download this
    use Expect;
    
    ...
    $Expect::Exp_Internal=1;
    
    ...