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

Hi, I'm just starting on a perl/tk project that looks to be more than a few lines, so I'm wondering how best to organize the code, hopefully in some MVC type of framework. I know there are quite a few on the web application side, CGI::Application, CGI::Prototype, maypole, etc., is there something similar for tk? I guess more similar to MFC. I've looked at a few perl/tk applications on the web, it seems GUI, event handling, states are too integrated. Is there a good example of a nice MVC design even if it's not a framework? Thanks.

Replies are listed 'Best First'.
Re: Is there a MVC framework for perl/tk?
by tall_man (Parson) on Mar 15, 2005 at 03:09 UTC
    I found a possibly interesting wrapper idea here. It's not in CPAN, and the documents are in German, but it may be of some help.