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

Hi, is it possible to create MDI application using perl/tk?

Replies are listed 'Best First'.
Re: MDI in perl/tk
by hiseldl (Priest) on Mar 31, 2003 at 18:15 UTC
Re: MDI in perl/tk
by samtregar (Abbot) on Mar 31, 2003 at 19:06 UTC
    My first open-source project was a package for TCL/Tk called SaMDI which implemented an MDI in Tk. If you decide to write your own in Perl feel free to take whatever you like from it.

    Wow, that was in 1998. Holy crap.

    -sam