start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.36 CPAN::FirstTime Chapter 8
Standard Modules
Next: 8.38 Cwd
 

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;


Previous: 8.36 CPAN::FirstTime Perl in a Nutshell Next: 8.38 Cwd
8.36 CPAN::FirstTime Book Index 8.38 Cwd

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.