in reply to testing android application using perl

What I know of android is that you can't run perl on it, so there is no checking to be done

  • Comment on Re: testing android application using perl

Replies are listed 'Best First'.
Re^2: testing android application using perl
by bcarroll (Pilgrim) on Jun 14, 2012 at 20:14 UTC
    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.