Yes, currently im trying to develop GUI application using Perl TK with MySql database with CGI support, basically im using CGI website as interface to the site’s users (separate application), which I have no problem with, and as administrative interface im using window application developed by perl Tk module. The idea is to take some data from Mysql database and display them as table to the users, I know how easy this can be by using the GUI->CGI, where u only need to put a table in while loop along with the fetched rows, but in perl TK, its quite difficult, Coz u cannot imbed table in the while loop, I need to use an advanced widgets such as tk::HList as table to display mysql data on it, and the question is: when the table is displayed, I want to get the ID when I click on any of the displayed rows in the newly generated mysql table, just like when u use GET or POST in CGI. I hope u understand what I mean, and thanks in advance.

In reply to Perl TK + MySQL, advanced widget by wolf25

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.