Pod-Pdf
view release on metacpan or search on metacpan
my $tab_str = 0; # Flag for string containing a tab character
my @annot = (); # List of 'link' annotations
my $current_color = 0;
my $date = ''; # Footer date string
my $h_str = 'pod2pdf'; # Inside string for header
my $section = ''; # Section type: 'doc', 'cat', 'ind', etc.
sub pod2pdf {
local @ARGV = @_;
unless ( @ARGV && $ARGV[0] ) { die "no input, no output!\n" }
parse_command_line();
unless ($ARGV[0]) {
$in_file = '-' unless $in_file
}
else {
$in_file = $ARGV[0]
}
( run in 0.516 second using v1.01-cache-2.11-cpan-49f99fa48dc )