Help for this page

Select Code to Download


  1. or download this
    $telnet->dump_log($filename);
    
  2. or download this
    dump_log - log all I/O in dump format
            $fh = $obj->dump_log;
    ...
      input and output. The dump format shows the blocks read and written
      in a hexadecimal and printable character format. This method is
      useful when debugging, ...