Changeset 121 for server/doc
- Timestamp:
- Jan 26, 2007, 9:21:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/perl
r37 r121 1 1 In order to transfer perl modules from one machine to another: 2 3 On source machine: 2 4 3 5 $ perl -MCPAN -e shell … … 7 9 /root/.cpan/Bundle/Snapshot_2006_09_30_00.pm 8 10 9 cpan> install Bundle::Spapshot_2006_09_30_00.pm 11 On destination machine: 12 13 cpan> install Bundle::Snapshot_2006_09_30_00
Note: See TracChangeset
for help on using the changeset viewer.