Help for this page
sub _debug_fd { return fileno STDERR unless defined $cur_self; ... return fileno STDERR unless defined $cur_self->{DEBUG_FD}; return $cur_self->{DEBUG_FD}; }
$op->open_pipe( $self->_debug_fd )