in reply to Re: Portable GUI Toolit
in thread Portable GUI Toolkit

Although GTK+ is portable to a lot of platforms, and Perl is portable to a lot of platforms, the Perl-GTK+ interface doesn't work on Win32 (at least, that was the situation when I tried it ~6 months ago).

Tk or Wx are probably the best bets for portable GUIs under Perl.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated