in reply to Re: Displaying web pages in TK?
in thread Displaying web pages in TK?

Can you provide sample code using Tk::HTML? The documentation does not indicate that the module does anything in particular. It refers to seemingly non-existant other documentation for a seemingly non-existant other module (LWP::IO). It would be nice to see a usage example.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^3: Displaying web pages in TK?
by jdtoronto (Prior) on Sep 07, 2006 at 15:04 UTC
    I don't have a usage example, but one of my contractors a couple of years ago produced something which I may still have buried away. I think the docs on Tk::HTML are inaccurate, it seems to use LWP::TkIO, and seems to also require Tk::Web. I had planned to use soemthing like that to preview HTML emails in a marketing system, but we ended up using the installed browser instead.

    jdtoronto