Does anyone know a way to have perl manipulate the font settings?
I assume your $final just contains flat text.
If you want to have finer control over page rendering you have to generate postscript or if your program has a gui, use gnome-print or similar tools.
Maybe the easy way out is to add to the pipeline, sending your text through enscript or some other text->postscript engine. They usually let you decide the font face, size etc.
There are many ways (as there should be), so it all depends on the specific needs and constraints of the task at hand.
René.
I just tried it on my Debian system, and it is not perfect, but for simple things it will probably be ok. It does lists, tables, fonts ... It also displays javascript!
René
html2ps would be handy, but it wouldn't work in this case. Thanks both for the solid advice.