http://qs321.pair.com?node_id=656816


in reply to Disaster Recovery

What you could do would be to set up your own PPM repository and make sure that it is on your DR tape along with the latest Perl install you want used. Then your DR instructions could simply include: 1) install Perl, 2) install Perl Modules from PPM repository (with explicit directions on how to do this). You might even be able to build this all into an EXE that will simply install Perl and all the modules required (though if you add modules, you will need to update the EXE every time).