source: server/doc/perl @ 139

Last change on this file since 139 was 121, checked in by jbarnold, 17 years ago
fixed bugs in perl docs
File size: 261 bytes
RevLine 
[37]1In order to transfer perl modules from one machine to another:
[1]2
[121]3On source machine:
4
[1]5$ perl -MCPAN -e shell
6cpan> autobundle
7
8Wrote bundle file
9  /root/.cpan/Bundle/Snapshot_2006_09_30_00.pm
10
[121]11On destination machine:
12
13cpan> install Bundle::Snapshot_2006_09_30_00
Note: See TracBrowser for help on using the repository browser.