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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: a Chapter 2
Installing Perl
Next: Reference: b
 

autobundle

autobundle [

bundlelist

]

Writes a bundle file containing a list of all modules that are both available from CPAN and currently installed within @INC . The file is written to the Bundle subdirectory of cpan_home with a name that contains the current date and a counter; for example, Snapshot_1998_04_27_00.pm . You can then use that file as input to the install command to install the latest versions of all the modules on your system:

perl -MCPAN -e 'install Bundle::Snapshot_1998_04_27_00'


Previous: Reference: a Perl in a Nutshell Next: Reference: b
Reference: a Book Index Reference: b

Library Navigation Links

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