Help for this page

Select Code to Download


  1. or download this
    cpan shell -- CPAN exploration and modules installation (v1.9304) Read
    +Line support suppressed
    
    ...
    
    
    cpan[2]> cpan[2]> Lockfile removed.
    
  2. or download this
        o conf
    
        exit
    
  3. or download this
    CPAN: Storable loaded ok (v2.18)
    CPAN: LWP::UserAgent loaded ok (v5.823)
    ...
      Make had some problems, won't test
    Running make install
      Make had some problems, won't install
    
  4. or download this
    # This Makefile.PL has been autogenerated by the module CPAN.pm
    # because there was no Makefile.PL supplied.
    ...
    WriteMakefile(
                  NAME => q[UnicodeMap8],
                 );
    
  5. or download this
    require 5.004;
    use ExtUtils::MakeMaker;
    ...
                  },
        dist           => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    );