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

Does anyone knows about any DB package that work with Tk perl...i'm sorry , im new to this ... i need to create a table with 6 columns and write to a database because eventually i would like to be able to to a search , modify , and delete.. Cheers Tha

Replies are listed 'Best First'.
Re: DB perl
by halfcountplus (Hermit) on Sep 23, 2010 at 17:07 UTC
    You can use any DB with Tk; Tk is a GUI interface and will not be involved at all. You work with the database separately, retrieving input from the Tk interface and supplying data to it from the database code.

    "Storable" is a nice, easy to use perl database module.
Re: DB perl
by locked_user sundialsvc4 (Abbot) on Sep 23, 2010 at 20:30 UTC

    I would suggest that you spend a little bit of time “just looking around Perl,” before you try to dive-in to any project “in earnest.”   The time will be well-spent.