in reply to Re: testing android application using perl
in thread testing android application using perl

To run perl on android check out SL4A, either in the Android Market (Google Play) or at http://code.google.com/p/android-scripting

The SL4A perl distribution has a limited number of XS perl modules, but there is an included Android.pm module to do many thins in perl that you can do with a java .apk written using the Android SDK.

  • Comment on Re^2: testing android application using perl