Installing Perl Modules on Android OS

Are there options for installing Perl modules such as LWP on Android (in the SL4A environment). In addition, there are pre-packaged Perl modules that can be installed on Android, and is it possible to see which modules are installed using Android Debug Bridge.

+5
source share
2 answers

No. No. Perl can certainly be asked to provide this, but you can start by searching

$ ls /data/data/com.googlecode.perlforandroid/files/perl/5.10.0/

SL4A perl actually comes with CPAN.pm - but not all of its dependencies, as you will see with the errors you get with

$ perl -MCPAN -eshell

CPAN.pm Sharp Zaurus, OpenBSD, CPAN.pm-less CPAN, 64 . Galaxy Tab . , (unrooted) Android Perl - Perl Android, .

EDIT: , :

+4

SL4A Perl "Pure Perl", C (aka., "XS" ). , , Perl zip, SL4A.

SL4A (Perl 5.10) - . Perl Android Interpreter, Perl Core, CPAN.

+4

All Articles