I have some experience with it. I ran the tkbrowser (not sure what the name of the actual script is) that is included with that module. It didn't work. I made some changes and it ran. The Tk::HTML module seems to mostly support the header tags and a few other basic text rendering aspects of HTML like lists. From mucking about with the tkbrowser (or whatever it was) script, you can get a sense of what kind of calls are necessary to use the Tk::HTML module.
Frankly, HTML rendering is extremely complex (and tedious to program). The fact that this module does anything at all is nice. However, it is completely inadequate for anything except read-only efforts like man pages or perldoc converted to HTML. I don't think the package maintainer, Nick Ing-Simmons, is at all irresponsible (although it would have been nice to have at least a sample call to the library in the perldocs). Nick is extremely active in the Tk user community and the reason the Tk::HTML package has such a high version number is because the rest of the Tk packages have such a high version number. Given that Nick appears to have not worked on the Tk::HTML module since 1998, I'd say that there is not going to be much progress in that area unless you're willing to take it over.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.