Lines Matching refs:options
51 my %options = (
62 GetOptions(\%options,
73 pod2usage(1) if ($options{help});
74 pod2usage(-verbose => 2) if ($options{man});
103 # If $options{'out'} is set we are processing to a single output file
105 if (exists $options{'out'} && defined $options{'out'}) {
128 AddPreamble => $options{'full'},
129 AddPostamble => $options{'full'},
130 MakeIndex => $options{'full'},
131 TableOfContents => $options{'full'},
132 ReplaceNAMEwithSection => $options{'modify'},
133 UniqueLabels => $options{'modify'},
134 Head1Level => $options{'h1level'},
135 LevelNoNum => $options{'h1level'} + 1,
139 $parser->select(@{ $options{'sections'}})
140 if @{$options{'sections'}};
145 print "Written output to $output\n" if $options{'verbose'};
157 my $output = $options{'out'};
174 warn "Converting $pod\n" if $options{'verbose'};
184 $preamble = 1 if ($converted == 0 && $options{'full'});
190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 );
196 MakeIndex => $options{'full'},
198 ReplaceNAMEwithSection => $options{'modify'},
199 UniqueLabels => $options{'modify'},
200 StartWithNewPage => $options{'full'},
203 Head1Level => $options{'h1level'},
204 LevelNoNum => $options{'h1level'} + 1,
212 $parser->select(@{ $options{'sections'}})
213 if @{$options{'sections'}};
234 warn "Converted $converted files\n" if $options{'verbose'};
263 This section describes the supported command line options. Minimum