Nokia has released a "port of Perl 5.8.x and 5.9.x to the Symbian smartphone platform. The port is known to work in the Nokia Series 60 phones(*), but there is no reason other Series 60 or Symbian devices shouldn't work. (Series 60 is a software platform on top of the Symbian operating system.) The port is copyright Nokia and licensed under the same terms as Perl itself."

In The Register we read: Right now developers had two choices if they wanted to be sure an application will run on a Series 60 device. There's the native Symbian C++ APIs, which offer lots of power but a steep learning curve, and Java. But even Java is overkill for simple forms-based applications that are typically knocked up by business managers, rather than developers; and Java doesn't always offer access to native resources such as vibrating alert or SMS.

Erik Smartt adds: "Unlike Python for Series 60, the Perl port comes as-is, with no support and limited access to the device itself. But... you've got the source code."

While Matt Croydon says: "Don't expect it to be pretty, but it's great to see it "out in the wild."

Who will be the first to post an unofficial build?"

Download (rename file to symbian-perl-0.1.0.tar.bz2)

(*) Series 60 licensees include LG Electronics, Lenovo, Nokia, Panasonic, Samsung, Sendo, and Siemens. The Nokia models that use Series 60 are 3650/3600, 3660/3620, 6260, 6600, 6620, 6630, 7610, 7650, N-Gage, and N-Gage QD.

In reply to Perl for Series 60 smartphones by BioGeek

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.