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

I'm looking for a database table editor that I can easily customize. For example, something akin to this php module. It needs to run under CGI, and I only need to set it up for one table. I'd use that php module, but, of course, I'd rather use perl.

Does anyone have any recommendations?

Update: Here's another php module to do this: http://www.phpmyedit.org/article.php?screenshots.

Replies are listed 'Best First'.
Re: CGI DB Table Editor module?
by NetWallah (Canon) on May 12, 2008 at 16:14 UTC
Re: CGI DB Table Editor module?
by 5mi11er (Deacon) on May 12, 2008 at 16:07 UTC
    You've searched CPAN for that? Randy's search: mysql -- returns many promising options.

    But, sorry, I have no experience with any of them to make suggestions on which is nice to use.

    -Scott