Help for this page

Select Code to Download


  1. or download this
    cpan[2]> o conf /make|build|install/
    $CPAN::Config options from /home/parv/.cpan/CPAN/MyConfig.pm:
    ...
        mbuildpl_arg       []
        prefer_installer   [MB]
    
  2. or download this
    # cpan client - FAILED on CentOS & FreeBSD.
    .
    ...
    ERROR: Can't create '/usr/local/lib/perl5/site_perl/Text'
    mkdir /usr/local/lib/perl5/site_perl/Text: Permission denied at /usr/l
    +ocal/lib/perl5/5.30/ExtUtils/Install.pm line 489.
    
  3. or download this
    # Manually issued command - SUCCEEDED on FreeBSD (hadn't tried on Cent
    +OS yet).
    perl Build.PL --install_base /home/parv/test-perl5/ && ./Build && ./Bu
    +ild test && ./Build install
    ...
    Building Text-Table
    Installing /home/parv/test-perl5/lib/perl5/Text/Table.pm
    Installing /home/parv/test-perl5/man/man3/Text::Table.3