Various cell phone operating systems have varying support for Perl. Most cell phones have bad support for Perl (or anything other than Java/J2ME):

  1. Nokia N900 - the star among the cell phones regarding an open OS. It runs Debian and comes with a full Perl 5.10. Unfortunately, the battery is really weak, the price is high, and the platform is dead. Integration into the phone/services API is mediocre - I believe you can get events via DBus.
  2. Android has Scripting Layer for Android (SL4A). It only provides a somewhat crippled version of Perl. Integration is mediocre to good. You get at the phone and other services, but launching a Perl program is quite cumbersome as you first need to launch SL4A, then select the Perl program to launch, and then launch that.
  3. Apple iPhone - it can be jailbroken and then you can basically run anything that BSD supports. It shouldn't be too hard to get Perl running. Integration into the phone/services API is nonexistent.
  4. Symbian S60 has/had a build of Perl for it, but it was 5.8.2 and was never maintained beyond Nokias short sponsoring of the port. Phone access never materialized, also, the platform is dead.
  5. Windows CE / Windows Mobile < 7 have or had native support in Perl. Crosscompiling Perl for it was and is tricky. I don't know about the APIs.
  6. I don't know anything about the Windows Mobile 7 platform and what it will support (beyond J2ME)

In reply to Re: Perl for Cell Phones by Corion
in thread Perl for Cell Phones by virtualweb

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.