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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: perl UI
by clinton (Priest) on May 18, 2007 at 10:34 UTC
      There is also wxPerl which is rather nice to use.

      Depends on the bundle. ActiveState Perl includes Tk. IndigoPerl comes with an integrated Apache server, useful for those who like their GUIs web-flavored.

      A word spoken in Mind will reach its own level, in the objective world, by its own weight
Re: perl UI
by marto (Cardinal) on May 18, 2007 at 10:35 UTC
Re: perl UI
by Anonymous Monk on Oct 06, 2007 at 06:52 UTC
    If you need a basic UI functionality under text-mode (console), please take a look at the following article:
    Creating Text Mode User Interfaces with PERL
    (http://www2.zdo.com/archives/1-Creating-Text-Mode-User-Interfaces-with-PERL.html)