Set the name of the manual page for the".TH"macro toname. Without this option, the manual name is set to the uppercased base name of the file being converted unless the manual section is 3, in which case the path is parsed to see if it is a Perl module path. If it is, a pat...
quoting If no guesswork is enabled, any text enclosed in C<> is surrounded by double quotes in nroff (terminal) output unless the contents are already quoted. When this guesswork is enabled, quote marks will also be suppressed for Perl variables, function names, function calls, numbers, and ...
NAME Perl version 5.20.1 documentation - pod2man pod2man - Convert POD data to formatted *roff input SYNOPSIS pod2man [--center=string] [--date=string] [--errors=style] [--fixed=font] [--fixedbold=font] [ --fixeditalic=font] [--fixedbolditalic=font] [--name=name] [--nourls]...
SOURCE-HIGHLIGHT COMPATIBILITY 2.6 ADVANCED OPTIONS 2.7 ENVIRONMENT VARIABLES 3. CONFIGURATION 3.1 FILE FORMAT 3.2 LANGUAGE DEFINITIONS 3.3 REGULAR EXPRESSIONS 3.4 THEME DEFINITIONS 3.5 KEYWORD GROUPS 3.6 PLUG-INS 3.7 FILE MAPPING 3.8 CONFIG FILE SEARCH 4. EMBEDDING HIGHLIGHT 4.1 SAMPLE SCRIPTS 4.2 ...
# Convert binary record to readable Perl variables. my ($record_number, $lat, $lon, $num_vals, $v1, $v2) = unpack("i f f s f f", $record); # Format numbers, round to correct significance. my $lat_str = sprintf("%.4f", $lat); my $lon_str = sprintf("%.4f", $lon)...
left padding (default: 5) -k, --font= set font (specific to output format) -K, --font-size=<num?> set font size (specific to output format) -l, --line-numbers print line numbers in output file -m, --line-number-start=<cnt> start line numbering with cnt (assumes -l) -s, -...