I looked into this in great detail for a recent application I had to write for a variety of smart devices. It seems that Perl is not an option. here are my recomendations:

If you want it to you want it to run on both WinCE and Palm your best bet is SuperWaba which is a Java-sort-of-thing. While not ideal, you get the following benifits:

1.Cross platform
2.Somwhat sane develoment platform
3.Do not have to use Microsoft development tools (see #2).

If the above arguments did not convince you to not do what is listed below, read on

Another alternative is to try Visual Basic .NET (never look at MFC, it will crack your brain in two from the pure idiocy of its design). VB can suck too, but if you couple it with the the addons from openNETcf.org it isnt so bad. openNETcf is a "central repository for information and shared-source projects specifically targeting the Microsoft .NET Compact Framework".

Good luck.

"Never take yourself too seriously, because everyone knows that fat birds dont fly" -FLC

In reply to Re: Mobile Application Development by scmason
in thread Mobile Application Development by ariel2

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.