Searched refs:opt_o_with (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm129 $self->opt_o_with('text') if @_ and $_[0];
135 $self->opt_o_with('pod') if @_ and $_[0];
142 $self->opt_o_with('man') if @_ and $_[0];
146 sub opt_o_with { # "o" for output format subroutine
364 $self->opt_o_with('text');
365 $self->opt_o_with('man') unless IS_MSWin32 || IS_Dos

Completed in 36 milliseconds