source: server/doc/perl @ 259

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