in reply to pod2pdf print blank page
Try perldoc -u <whatever> | pod2pdf instead (option -u makes perldoc show just raw Pod source).$ head /usr/share/perl/5.14/pod/perldoc.pod =head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS B<perldoc> [B<-h>] [B<-D>] [B<-t>] [B<-u>] [B<-m>] [B<-l>] [B<-F>] [B<-i>] [B<-V>] [B<-T>] [B<-r>] [B<-dI<destination_file>>] $ perldoc perldoc | head PERLDOC(1) User Contributed Perl Documentation PE +RLDOC(1) NAME perldoc - Look up Perl documentation in Pod format. SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-F] [-i] [-V] [-T] [-r] [-ddestination_file] [-oformatname] [-MFormatterClassName]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pod2pdf print blank page
by AnomalousMonk (Archbishop) on Sep 10, 2012 at 17:00 UTC | |
|
Re^2: pod2pdf print blank page
by EvolbioXYL (Initiate) on Sep 10, 2012 at 19:38 UTC |