jeteve has asked for the wisdom of the Perl Monks concerning the following question:
Currently, I got an entire collection of perl modules I have to install on a machine that have no access to the internet, so I cannot use CPAN with a bundlestyle module.
These modules are tarballs in a directory. How can I write a little perl program to install all of them ? The order of installation is given in a file.
Can I use the CPAN module to achieve that ? or do I need to do 'tar xzf - ; cd - ; perl Makefile.PL ; make ; make test ; make install ; cd .. ' within an horrible shell command ?
Thanx for your lights.-- Nice photos of naked perl sources here !
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I programmatically install a module from file.
by svenXY (Deacon) on Feb 01, 2006 at 09:39 UTC | |
|
Re: How can I programmatically install a module from file.
by xdg (Monsignor) on Feb 01, 2006 at 10:46 UTC | |
|
Re: How can I programmatically install a module from file.
by vishi83 (Pilgrim) on Feb 01, 2006 at 10:31 UTC | |
|
Re: How can I programmatically install a module from file.
by glasswalk3r (Friar) on Feb 01, 2006 at 13:30 UTC | |
|
Re: How can I programmatically install a module from file.
by blazar (Canon) on Feb 01, 2006 at 12:28 UTC |