I have done a good deal of UI programming in the past, but am new to Perl/Tk:

1. Can anyone recommend a good Perl/Tk book ?

2. I would like to create two canvases stacked on top of each other (sort of like a fixed table header with table data displayed below). I need to be able to scroll the table data vertically, but would like the header and data to scroll horizontally in lockstep. I still haven't completely grokked the meaning and truth of the Perl/Tk widgets and containers, so it is not obvious to me the best solution. (When I say "table data", I don't really have a table of text data, rather I have a fixed set of headers and I am drawing stuff in a Canvas below it, and I need them to scroll horizontally together.) Can anyone point me to an example, or blurt out the widgets that I need to focus on ?

Many thanks.


In reply to I seek illumination and knowledge by deesler

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.