I started to play with GUI on Perl using Tk, but when I found http://wxperl.sf.net it was perfect.

wxPerl is much more portable than any other GUI library, is fast and has a lot of resources.

Note that wxPerl is a wrapper for wxWidgets, so, you need to use the documentation of wxWidgets (http://wxwidgets.org/) to use it's components.

For wxPerl we also have some extra modules already wrapped for Perl, like Wx::ActiveX where you can use IE, Flash and Windows Media Player from you app.

If you want portability and stability this is the choice.

Tk is also a good tool, but is not so stable (at least from the last time that I have played with it) and is ugly, since it's look will be always the same in all OS, and wxWidgets will look like the main GUI of the OS, so, we can use the nice look of Mac OS X, etc...

Applications using wxWidgets include:
AOL Communicator, Audacity, AVG AntiVirus, CADToMill, Chandler, Chess Commander, CTSim, Display Doctor, EarthVision, Forte Agent, HelpBlocks, ImageLinks, Intuitive MX, LDAP Explorer, Lmule, Mahogany, MinGW Developer Studio, MojoWorld, Musik, StoryLines, TerraIM, TortoiseCVS, VietAnh, Voxel 3D, Vulcan, wxBlogger, xCHM, Zeemo, Zempt ...

Graciliano M. P.
"Creativity is the expression of the liberty".


In reply to Re: Perl with a GUI by gmpassos
in thread Perl with a GUI by chance

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.