Help for this page

Select Code to Download


  1. or download this
    sub _debug_fd {
        return fileno STDERR unless defined $cur_self;
    ...
        return fileno STDERR unless defined $cur_self->{DEBUG_FD};
        return $cur_self->{DEBUG_FD};
    }
    
  2. or download this
    $op->open_pipe( $self->_debug_fd )