in reply to Re^2: installing cpan
in thread installing cpan

Padre runs everywhere :) Run this and report the output,
#!/usr/bin/perl -- print "$] $^X\n"; print "INC: $_\n" for @INC; print "\n"; print "system $^X, '-V';\n"; system $^X, '-V'; print "\n\n\nsystem qw/ perl -V /;\n"; system qw/ perl -V /;

Replies are listed 'Best First'.
Re^4: installing cpan
by zork42 (Monk) on Jul 03, 2013 at 23:17 UTC
    Padre runs everywhere :)
    I know, but it's installed as standard with "DWIM Perl", hence my guess :)