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