Hi,

Some people are talking about Webapps but that is not really the same thing like a GUI App.

On cross-platform you don't have to rely on Wx, you can also use Qt or Gtk+ if you don't want to use Tk or others.

Gtk or Qt are easy to learn, and have good Perl libs. You can do fast GUI prototyping using a application like glade or qt-designer, for the later.

If you have a apps where you want/will have a remote db that will do the serialization of data, you can also use some of these, but you can also think about using some Webapps framework that has good AJAX bindings (like Catalyst), because using AJAX you can get the feel that it is really a interactive apps without the need of reloading and sending forms in a button like way... you know. ;-)

Another approach would be to use XUL, is also cross-platform and you have access to all that Gecko can provide you...

I was thinking about that there should be a good Tutorial or a Book about writing GUIs with Perl, and TOC could be:

Perl GUI Programming

If someone will/would do this and need people, I would be available to contribute...

Regards,

|fire| at irc.freenode.net

In reply to Re: GUI and standalone Perl - can we build a new FAQ please? by fmerges
in thread GUI and standalone Perl - can we build a new FAQ please? by Cody Pendant

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.