Приглашаем посетить
Кулинария (cook-lib.ru)

[Chapter 8] 8.37 CPAN::Nox

PreviousChapter 8
Standard Modules
Next
 

8.37 CPAN::Nox

A wrapper for CPAN.pm that prevents the use of any compiled extensions while it's executing. Run it in interactive mode if you have upgraded Perl and now your extensions aren't working:

perl -MCPAN::Nox -eshell;


PreviousHomeNext
8.36 CPAN::FirstTimeBook Index8.38 Cwd