Help for this page

Select Code to Download


  1. or download this
    use CPAN::Config;
    $CPAN::Config->{'cpan_home'} = '/home/j/johannz/.cpan';
    1;
    
  2. or download this
    $CPAN::Config = {
      'build_cache' => q[10],
    ...
      'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]],
    };
    1;