Help for this page

Select Code to Download


  1. or download this
    $ cpan
    CPAN: File::HomeDir loaded ok (v0.58)
    ...
    ......................................................................
    +......DONE
    Going to write /Users/jimk/.cpan/Metadata
    Running install for module 'Perl::Critic'
    
  2. or download this
    $ grep -A 3 -B 3 urllist .cpan/CPAN/MyConfig.pm
      'tar' => q[/usr/bin/tar],
    ...
      'urllist' => [q[http://www.cpan.org/], q[ftp://ftp.cpan.org/pub/CPAN
    +/], q[ftp://mirror.cc.columbia.edu/pub/software/cpan/], q[ftp://ftp.d
    +uke.edu/pub/perl/], 
      'wget' => q[/usr/local/bin/wget],
    };