in reply to replicate PERL environment
According to my copy of Perl In A Nutshell the code looks like this:
This writes a file in your $CPAN_HOME/Bundle with a name that contains the date of the run and a disambiguation counter; for example MyBundle_2009_10_28_00.perl -MCPAN -e 'autobundle'
You take a copy of the MyBundle file over to your newly built machine, install Perl, issue the command:
and Bob's Your Uncle.perl-MCPAN -e 'install MyBundle_2009_10_28_00'
----
I Go Back to Sleep, Now.
OGB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: replicate PERL environment
by fionbarr (Friar) on Oct 28, 2009 at 18:10 UTC |