This page contains (links to) sample programs for building and using Perl on Android.
This is a pre-built tarball. It expects to be unpacked into /data/local/perl
and it expects the environment to be set up somewhat like setup-env.sh
does:
perl-5.22.0-armv7l-linux-android-5.0-20150828.tar.gz
perl-5.22.0-armv7l-linux-android-4.4-20150903.tar.gz
First, set up the environment via setup-env.sh
. ./setup-env.sh
Then run Perl
perl -v
The module Android
currently lives (only) at https://github.com/Corion/perl-android .
You need CCTools installed
Download the 5.22.0 Perl tarball (or a later version) and unpack it into the directory perl-5.22.0
.
Run the following shell script:
ash ./build-perl-5.22.0.sh
perl-5.22.0-armv7l-linux-android-5.0-20150828.tar.gz
perl-5.22.0-armv7l-linux-android-4.4-20150903.tar.gz
Created by Max Maischein mailto:corion@cpan.org, last updated 20150903.