Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I installed App::pod2pdf from CPAN to a local library ~/mylib/lib/perl5 and tried to use it from the command line like:
perldoc -f each | pod2pdf > each.pdf
and bash returns that it can't find the pod2pdf package...
Then I installed pod2pdf from Ubuntu's software center, and tried the same command line input, this time it created a each.pdf file. But when I open it I only saw a blank page with 'STDIN' on the right upper corner and 'Page 1' on the bottom.
Could someone please tell me how to make it work?
Thank you very much!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pod2pdf print blank page
by aitap (Curate) on Sep 10, 2012 at 16:15 UTC | |
by AnomalousMonk (Archbishop) on Sep 10, 2012 at 17:00 UTC | |
by EvolbioXYL (Initiate) on Sep 10, 2012 at 19:38 UTC |