NaSe77 has asked for the wisdom of the Perl Monks concerning the following question:

hello monks

is ther a tk module that make it easy to view html-files (not the source-code but the rendered version, just formated text, some table, ... no pictures )

thanks for your help

----
NaSe
:x

Replies are listed 'Best First'.
Re: Tk HTML viewer?
by Aristotle (Chancellor) on Jun 17, 2002 at 12:50 UTC
    Maybe Tk::HTML is what you're looking for?

    Makeshifts last the longest.

      that seems to be realy what i was looking for thanks

      ----
      NaSe
      :x

Re: Tk HTML viewer?
by dree (Monsignor) on Jun 17, 2002 at 12:58 UTC
    groups.google.com is your friend! :)

    In this post you can find one working example that uses Tk::Web (module bundled with Tk::HTML)

    UPDATE: also bundled with Tk::HTML is a script: tkweb that "Uses a derivative of Tk::Text and libwww package to produce a web browser."