Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^6: What Just Happened to my CPAN Shell?

by eskwayrd (Acolyte)
on Feb 06, 2008 at 21:10 UTC ( [id://666670]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -v
    
    This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi
    [...snip...]
    
  2. or download this
    $ perl -MSafe -e 'print $Safe::VERSION, "\n"'
    2.14
    
  3. or download this
    $ perl -MData::Dumper -e 'print Dumper(\@INC);'
    $VAR1 = [
    ...
              '/usr/local/lib/site_perl',
              '.'
            ];
    
  4. or download this
    $ perl test.pl 
    3.0.17
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-24 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found