in reply to perl 4 android & modules.

Greetings,

Funny. I rooted my Android years ago. Put many different OS's on it. But never thought about putting Perl on it -- I've been pretty busy building a BSD kernel for it. Anyway. While I've seen Mobile related Modules. I haven't heard of a specific version of Perl designed for installation on Mobile devices. A good reference might be: XDA forums.

HTH

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;