in reply to Any GUI apps for Win32 or OSX implemented entirely in Perl

Do you know of any GUI apps for Win32 or OSX implemented entirely in Perl?

For Win32, there's Win32::GUI. You might also want to take a look at Tk, which works fine on Win32 and, I presume, on OSX, too. I would think that those options are much simpler than embedding ... assuming they are adequate.

But I get the feeling you're seeking a GUI app that performs some specific function(s) ... in which case my answer is "no" ... largely because I'm unclear as to what the specific function(s) is/are :-)

Cheers,
Rob
  • Comment on Re: Any GUI apps for Win32 or OSX implemented entirely in Perl

Replies are listed 'Best First'.
Re^2: Any GUI apps for Win32 or OSX implemented entirely in Perl
by Anonymous Monk on Nov 26, 2006 at 13:13 UTC
    Thank you for your answer!
    I'm sorry for not being clear - I have no problems in choosing GUI toolkit. I'm just researching whether ANYBODY ever built a commercial (or shareware) GUI app using either Perl or Perl embedded into C/C++ shell.