I was wondering if anyone had any experience using Perl with the Qt GUI manager.

Yes. First, let me mention that the version on CPAN is an old one and a much newer is available from the perlqt website. This is enough reason for me to not use it.

I did try to install it, though. But I gave up after 12 hours of compiling wrappers around every imaginable Qt function.

I just got a Sharp Zaurus SL-5500 and as soon as I get everything up and running, the first thing I want to do is to start writing apps in Perl.

I don't know if perlqt will work with Qtopia.

I'd much rather use Perl than brush up my C++ if at all possible.

Why not create text applications? Or even web based applications? After all, the Zaurus does run Apache. If you want to control the buzzer, leds, etcetera, have a look at http://docs.zaurus.com/, but I guess you already went there. When I get a Zaurus of my own, I will probably make some modules to make these things easier. If nobody beats me to it, that is :)

Juerd
- http://juerd.nl/
- spamcollector_perlmonks@juerd.nl (do not use).


In reply to Re: Using Qt/Perl (Zaurus) Recommendations by Juerd
in thread Using Qt/Perl (Zaurus) Recommendations by shotgunefx

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.