Searched defs:option_val (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl6113 This routine uses C<option_val> to look up the value for an option.
6121 $val = option_val($opt, 'N/A');
6126 =head2 C<option_val> - find the current value of an option
6136 sub option_val { subroutine
6172 } ## end sub option_val
8052 We use C<option_val()> to look up the current value of the option. If there's
8065 my $val = option_val($out[0], undef);

Completed in 39 milliseconds