Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: installing cpan

by Anonymous Monk
on Jul 03, 2013 at 09:12 UTC ( [id://1042185]=note: print w/replies, xml ) Need Help??


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 :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1042185]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-03-28 11:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found