Help for this page

Select Code to Download


  1. or download this
    package CPAN::Nox;
    use strict;
    ...
    *AUTOLOAD = \&CPAN::AUTOLOAD;
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use CPAN;
    $CPAN::META->has_inst('LWP','no');
    shell();