Most of the mess comes from the upper left navigation pane, since browsers are trying to expand some links to the underlying URL in the print.
Since the links are often very long and not easily broken into another line, they are overlaying the actual POD.
this is caused by this CSS setting
@media print { // ... a[href]:after { content: " (" attr(href) ")"; } //..
As already said changing the media CSS (like hiding navigation) would solve your issues either locally by amending Firefox settings or by providing a patch here
https://github.com/metacpan/metacpan-web/issues
especially https://github.com/metacpan/metacpan-web/issues/1786
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
In reply to Re^2: printing metacpan
by LanX
in thread printing metacpan
by lee_crites
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |