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.