in reply to Re: using perl to print out tomorrow's list
in thread using perl to print out tomorrow's list

Actually HTML's pretty awesome for print if you write a print stylesheet specifying margins, page break rules, etc. See Paged media in the CSS 2.1 spec.

You're not going to get pixel-precise positioning of each character, but for most documents you don't need that anyway.

  • Comment on Re^2: using perl to print out tomorrow's list