My only lament, is that Perl5 and all the associated cpan stuff is not available on Android. :-(

Of course it is. Just now I am running good ol' OpenWindows olvwm (SunOS-4.1.3) on my android device (an "old" Samsung Galaxy GT-I9300). Funny thing. Of course, xterm and shells and what not are also running, and so does perl and Tk. For now that is just done using the XSDL apk, which provides an X server. On my rooted Samsung S3, I unpacked a raspian distro into /data/root, mounted thereto as appropriate (/proc /sys /dev /dev/pts) and hey presto! my phone is a usable computer after chroot /data/root /bin/bash

Of course that is just the beginning. Next step is to interface androids shared libraries, interface SurfaceFlinger as a first step, and then scrape all that Java stuff off my phone. I want it back! I've bought that device. I want to use it as it suits me, not as it suits the vendor/app-developer/no-such-agency and whatnot.

Work in progress. A soon as I have a good recipe, I'll post that here on PerlMonks.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

In reply to Re^2: How has Perl affected you? by shmem
in thread How has Perl affected you? by stevieb

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.