The problem of maintaining and questioning a database is distinct from that of producing a GUI for the user. The two are best given seperate solutions with a bit of interface code to match them up.

DBI is the module you want for talking to databases. It is the common interface to a whole family of specific database drivers in the DBD namespace. There are lots of helper modules for various purposes which the DBI search should turn up.

For the GUI, it depends on what you want. For CGI, there is CGI.pm, which comes with Perl. For a desktop on a local machine, Tk is platform agnostic and in common use.

Some assembly required.

After Compline,
Zaxo


In reply to Re: perl module for maintaining a database table by Zaxo
in thread perl module for maintaining a database table by ptPerlDeveloper

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.