From pbowen at conversantmedia.com Sun Aug 10 23:10:43 2014 From: pbowen at conversantmedia.com (Peter Bowen) Date: Mon, 11 Aug 2014 06:10:43 +0000 Subject: [Thousand-Oaks-pm] Perl Mongers Week Message-ID: Good evening, It's perl mongers week. Wednesday is techno lunch, and Thursday is evening mongers. I have two open sessions, but would love to have speakers. :) We always seem to find something super interesting to talk about, but planning is good. We also need to find a new night for Perl Mongers. I have a commitment that rotates year to year, and starting in September, it moves back to Thursday. I would like to move mongers back to the second Wednesday, or I'll need someone to take over my duties and the coordinator next year. I hope to see you there! -Peter From barry at manicreader.com Tue Aug 19 20:36:07 2014 From: barry at manicreader.com (Barry Brevik) Date: Tue, 19 Aug 2014 20:36:07 -0700 Subject: [Thousand-Oaks-pm] Perl on Android Message-ID: <025701cfbc27$e0b1aa40$a214fec0$@com> Here is Perl running on my Android phone: http://manicreader.com/gallery/androidperl.jpg ~~Barry Brevik -------------- next part -------------- An HTML attachment was scrubbed... URL: From spamsickle at gmail.com Wed Aug 20 04:59:45 2014 From: spamsickle at gmail.com (David McDuffee) Date: Wed, 20 Aug 2014 04:59:45 -0700 Subject: [Thousand-Oaks-pm] Perl on Android In-Reply-To: <025701cfbc27$e0b1aa40$a214fec0$@com> References: <025701cfbc27$e0b1aa40$a214fec0$@com> Message-ID: Barry, looks good. I found a procedure for getting Perl installed on an Android Virtual Device at http://perltricks.com/article/97/2014/6/16/How-to-build-Perl-on-Android-4-4; is that similar to what you did? Are you planning a Perl app on the phone? Really cool! On Tue, Aug 19, 2014 at 8:36 PM, Barry Brevik wrote: > Here is Perl running on my Android phone: > > > > http://manicreader.com/gallery/androidperl.jpg > > > > ~~Barry Brevik > > > > > _______________________________________________ > ThousandOaks.pm - Thousand Oaks Perl Mongers > Website: http://thousand-oaks.pm.org/ > Mailing list: http://mail.pm.org/mailman/listinfo/thousand-oaks-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From barry at manicreader.com Wed Aug 20 17:04:24 2014 From: barry at manicreader.com (Barry Brevik) Date: Wed, 20 Aug 2014 17:04:24 -0700 Subject: [Thousand-Oaks-pm] Perl on Android In-Reply-To: References: <025701cfbc27$e0b1aa40$a214fec0$@com> <027101cfbc2c$69a92770$3cfb7650$@com> Message-ID: <02ed01cfbcd3$7877c430$69674c90$@com> > I notice it has a price, rather than free. > Adds an issue, for immediately grabbing it. Yes, I forgot about that. For me, it is worth being able to experiment with. > Oh, I see that Busy Box uses what it calls, > "microperl", rather than Perl. Microperl is one of the many ?micro? utilities that run in BusyBox. As I understand it, it is a port of ?real? perl 5.7. As to whether it is fully functional I do not know. There is another Perl interpreter for Android in the Play Store. Look for ?Perl? from ?Appaio.com?. As I understand it, the Perl code has to be manually entered through the app?s interface, which for me would be awkward and too tedious. Still, it is a start. > Maybe I'll switch to posting instead of private messaging. That would be good. ~~Barry Brevik -------------- next part -------------- An HTML attachment was scrubbed... URL: From barry at manicreader.com Wed Aug 20 17:09:59 2014 From: barry at manicreader.com (Barry Brevik) Date: Wed, 20 Aug 2014 17:09:59 -0700 Subject: [Thousand-Oaks-pm] Perl on Android In-Reply-To: References: <025701cfbc27$e0b1aa40$a214fec0$@com> Message-ID: <02fe01cfbcd4$3fc2e6a0$bf48b3e0$@com> I don?t know about the Android Virtual Device thingy. Of course I?m planning to write a Perl app for my phone, heh heh. I think I?ll start with an app that will determine if my servers are up and running. I can?t use ping because the servers ignore it, and all of the low numbered ports are shut off. ~~Barry Brevik From: Thousand-Oaks-pm [mailto:thousand-oaks-pm-bounces+barry=manicreader.com at pm.org] On Behalf Of David McDuffee Sent: Wednesday, August 20, 2014 5:00 AM To: Thousand Oaks Perl Mongers Subject: Re: [Thousand-Oaks-pm] Perl on Android Barry, looks good. I found a procedure for getting Perl installed on an Android Virtual Device at http://perltricks.com/article/97/2014/6/16/How-to-build-Perl-on-Android-4-4; is that similar to what you did? Are you planning a Perl app on the phone? Really cool! On Tue, Aug 19, 2014 at 8:36 PM, Barry Brevik wrote: Here is Perl running on my Android phone: http://manicreader.com/gallery/androidperl.jpg ~~Barry Brevik _______________________________________________ ThousandOaks.pm - Thousand Oaks Perl Mongers Website: http://thousand-oaks.pm.org/ Mailing list: http://mail.pm.org/mailman/listinfo/thousand-oaks-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnnkirk at gmail.com Wed Aug 20 20:12:24 2014 From: johnnkirk at gmail.com (John Kirk) Date: Wed, 20 Aug 2014 20:12:24 -0700 Subject: [Thousand-Oaks-pm] Perl on Android In-Reply-To: <02fe01cfbcd4$3fc2e6a0$bf48b3e0$@com> References: <025701cfbc27$e0b1aa40$a214fec0$@com> <02fe01cfbcd4$3fc2e6a0$bf48b3e0$@com> Message-ID: Hi Barry, On Wed, Aug 20, 2014 at 5:09 PM, Barry Brevik wrote: > I don?t know about the Android Virtual Device thingy. > > Of course I?m planning to write a Perl app for my phone, heh heh. I think > I?ll start with an app that will determine if my servers are up and > running. I can?t use ping because the servers ignore it, and all of the low > numbered ports are shut off. ~~Barry Brevik > I installed, way back, a coupla things on my LG Intuition phone (which I haven't yet rooted), that I still haven't found out how to use or do anything useful with. One shows up as "PerlAPK" and the other as "SL4A". I've found lots of online stuff about the latter, a google code project that's now hosted at: https://github.com/damonkohler/sl4a where there's a README.md if you scroll to the bottom, after the files list. For the former, all I know is at: https://code.google.com/p/perl-android-apk/downloads/detail?name=PerlAPK.apk where it says "This is just an example script, which can be replaced with your own scripts (see the Wiki for more details)" and there's a "Wiki" link at the top of the page, which goes to: https://code.google.com/p/perl-android-apk/w/list so maybe something there would help. So far, with the limited time I've invested exploring, I haven't gotten to where I can write Perl to execute on my phone, nor stuff like installing CPAN modules. (I like using PDL a lot, for instance, which isn't a trivial download.) I sure can think of lots of stuff I'd like to do on Android, in Perl, once I get a bit further. A key intention I had in playing with my BeagleBone Black has been to install Android on it, use it with a 2 Tb USB disk, keyboard, mouse, display and Wifi dongle to enable developing Android mobile apps in Android instead of having to cross-compile from another environment. I've got everything together for that except getting an Android ISO to boot and my Wifi dongle to reliably work across reboots (in Angstrom). There's enough stuff not working to qualify as fun for any died-in-the-wool techie. regards, -- John Kirk (267) 882-7777 -------------- next part -------------- An HTML attachment was scrubbed... URL: