root@XXX:~# perl -v This is perl 5, version 14, subversion 3 (v5.14.3) built for arm-linux-gnueabi Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. root@XXX:~# perl -E 1 Can't locate feature.pm in @INC (@INC contains: /etc/perl /usr/lib/perl/site_perl/5.14.3/ /usr/lib/perl/site_perl/5.14.3 /usr/lib/perl/vendor_perl/5.14.3/ /usr/lib/perl/vendor_perl/5.14.3 /usr/lib/perl/5.14.3/ /usr/lib/perl/5.14.3 /usr/local/lib/site_perl /usr/lib/perl/5.14.3 .). BEGIN failed--compilation aborted. root@XXX:~# perl -e 'system "ls","-R",$_ for @INC' ls: cannot access /etc/perl: No such file or directory ls: cannot access /usr/lib/perl/site_perl/5.14.3/: No such file or directory ls: cannot access /usr/lib/perl/site_perl/5.14.3: No such file or directory ls: cannot access /usr/lib/perl/vendor_perl/5.14.3/: No such file or directory ls: cannot access /usr/lib/perl/vendor_perl/5.14.3: No such file or directory /usr/lib/perl/5.14.3/: Config.pm Config_heavy-target.pl Config_heavy.pl strict.pm vars.pm warnings warnings.pm /usr/lib/perl/5.14.3/warnings: register.pm /usr/lib/perl/5.14.3: Config.pm Config_heavy-target.pl Config_heavy.pl strict.pm vars.pm warnings warnings.pm /usr/lib/perl/5.14.3/warnings: register.pm ls: cannot access /usr/local/lib/site_perl: No such file or directory /usr/lib/perl/5.14.3: Config.pm Config_heavy-target.pl Config_heavy.pl strict.pm vars.pm warnings warnings.pm /usr/lib/perl/5.14.3/warnings: register.pm .: root@XXX:~#